answersLogoWhite

0

What are the HTML structures?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

element,tags,attributes

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Why is javascript embedded in HTML?

Javascript is great for handling and manipulating data structures, but it doesn't have any capability to handle graphics - that is where HTML comes in. HTML is a graphics language. So, in general, Javascript that is embedded in HTML handles all the math and data handling for the webpage and uses HTML as a user interface.


Why HTML is not included as a programming language?

HTML stands for HyperText Markup Language. HTML is used only to define view of document, nothing more. Programming languages are much more powerful, you implement all kind of user, business, data logics. Similar Markup languages as HTML exists, like: LaTeX, ConTeXt, XML, (X)HTML, YAML, Textile, Markdown, etc.


What information systems skills and knowledge are essential?

Data structures and algorithms Relational database theory SQL C Javascript C# Java .NET HTML CSS


What are the 5 resonance structures for phenanthrene?

Phenanthrene has a total of five resonance structures due to the movement of pi bonds within its aromatic rings. These resonance structures involve shifting pi electrons around the molecule to create different arrangements of double bonds.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What is the coding language used to create the content on web pages called?

The coding language used to create content on web pages is primarily called HTML (HyperText Markup Language). HTML structures the content and elements on a webpage, such as text, images, and links. In conjunction with CSS (Cascading Style Sheets) for styling and JavaScript for interactivity, HTML forms the backbone of web development.


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


What are container elements in HTML?

A container element contains other elements or text. They contain structures within HTML, like the head, the body, a form, a table etc. While these can be regarded as container elements, sometimes just DIV and SPAN are called container elements, so there are different perspectives on this.


Where to find the HTML code to create a website?

You don't necessarily always "find HTML", but you write it. HTML is a mark up languaged used to define the structures of your website and how data is presented. Either through the limited constructs of HTML or the more advanced and flexible constructs of CSS(Cascading style sheets, another form of code) you can also aestetically alter the structures of this page to create the face of the internet you are used to seeing. You can google "free layouts" and find tons of HTML layouts for your website, and you can often find code examples for specific actions where you can make small modifications to the code to suit your needs, but without atleast a basic understanding of HTML or a WYSIWYG(what you see is what you get, drag and drop design element based design) editor then you are going to have trouble. I reccomend the tutorials over at W3Schools.com, they are extremely well laid out and I used them to learn both xHTML(a more strict, more widely cross browser complient version of HTML) and CSS from their guides.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.