www.c-eAgle.com
English
German
Categories
News
About me
Mathematics
Music Creation
Web Development
Video KnowHow
Audio KnowHow
Health
Netcup (Servers, Vouchers)
keyboard_arrow_down
Web Development
❮
Back to Main Menu
read_me_first.txtIn the PastSciencesHobbies and WorkFavorite ...Vitaread_me_first.txtCross SumsSquare Root Approximationx^x MathematicsHypercubes and HyperspheresPrime SetsPrime Sets IIPrime Twinsread_me_first.txtMadTracker (Software)Current Song PiecesAncient Song Pieces (MODs)Never finishedUsage LicensesMED SoundStudio (Abandoned)read_me_first.txtEditor SoftwarePHP ProgrammingSQL DatabasesHTML StructuresCSS StylingJavaScript & jQueryread_me_first.txtVideo RecordingVideo Editingread_me_first.txtAudio EditingVoice-Overread_me_first.txtClearance
menu
c-eAgle @ ...
chevron_left
Back to "Web Development > SQL Databases"
Continue to "Web Development > CSS Styling"
chevron_right
HTML structures
This is the basic outline of virtually any website on the Internet - you can think of them as boxes within boxes, so that the inner boxes behave relative to the outer boxes when for example the outer box is being moved. However, in the future, let's call these boxes " elements" instead.

So, for example, you might have an element that is to be used as a list. And each element inside it could be a list entry. In each list entry, the individual words could be kept inside their own elements, which is certainly possible, though rather uncommon.

Nowadays, however, HTML and CSS are tightly linked when building a website. Without CSS, HTML elements are largely just displayed one below the other. With CSS, you can specify that an element should for example be understood as a table, or as an image located in the text flow, or as an even more advanced display technique such as CSS-Flexbox or CSS-Grid.

But the great benefit of HTML nowadays is that it provides many browser functionalities - for example, it is very easy to write an element that contains a video player or an audio player. Or even a so-called canvas element, in which, for example, applications developed with the 3D engine Unity can draw arbitrary things. This way, complex 3D applications can be conjured up with relatively little effort. But in any case, HTML is the basis for all this, or the central interface, if you like to see it that way.
chevron_left
Back to "Web Development > SQL Databases"
Continue to "Web Development > CSS Styling"
chevron_right
Imprint Privacy Login
c-eAgle @ ...
YouTube
Twitch
Twitter
Ko-fi
© 2003 - 2025 by c-eAgle