HTML Reading Assignment

7. What is the anatomy of an HTML document?

Indeed sir(s), you can check this example so you can have a better picture on the HTML anatomy: HTML Anatomy example.

Hope this gives you a clear view of the subject, keep learning! :slight_smile:

Carlos Z.

1 Like
  1. HyperText Markup Language, is a code that is used to structure a webpage, eg. in bullet points, tables or paragrafs.
  2. To structure content by wrap or enclose specifics elements to appear in a specific or to be hyperlinked.
  3. It’s how the web works and moon boys needs the web.
  4. It marks the opening and closing of a specific content and hence creating a element
    5. <P> opening or </P> closing
  5. It’s a script that classifies elements that can be used to identify it and others in a later stage.
  6. It’s how the individual elements form the body of a HTML page
1 Like

1.HTML (hyper text markup language ) is the code that is used to structure a web a web page and its content .

2.It is used to structure a web page and its content .

3.Its good to learn HTML as a foundation for web development and blockchain development and it will help us understand the structure of a smart contract starting with front end development .

4.In HTML , a tag is used for creating an element .

5.An HTML 4 document is composed of three parts:a line containing HTML version in information, a declarative header section (delimited by the head element )a body which contains the documents actual content

6.An attribute provides additional information and specifies some additional properties.

7.Anatomy of any HTML document . Every HTML documents consists of two elements:Head elements --provides page title and general formatting commands body elements – put the main HTML text in this part.

1 Like
  1. It’s not a programming language, but a markup language that defines the structure of your content.

  2. to structure a webpage and its content.

  3. It is important to know it as a foundation and it is also important to know how to create a frontend to interact with future smart contract developments.

  4. a tag can link and visually change text.

  5. the name of the element enclosed in opening and closing angle brackets.

  6. attributes contain information about the element that do not appear in the content.

The doctype
The element to wrap the whole content of the entire page.
The element, that contains certain unshown content.
The element contains the character set and the element, which contains the title shown on the browser tab.
The element, which contains all the visible content of the page.

1 Like
  1. Hyper Text Markup Language
  2. It is the protocol that all web pages use to properly display information
  3. To have a base to connect our dapps with the website
  4. A tag is what makes the browser recognize what type of content it has to show and in what way.
  5. the open and opening tag ( < p > and < /p >) and between them the content
  6. quality or characteristic of any tag
  7. Head elements – provides page title and general page formatting commands
    Body elements – put the main HTML text in this part.
1 Like
  1. HTML=Hyper Text Markup Language
  2. It is used for development websites.
  3. Serves as a front end for back-end dapps we might develop.
  4. A combination of characters and symbols used for creating and element.
  5. Tags have an opening and closing structure. Opening tag is symbolized by < p > and closing by tag by < /p >.
  6. Attributes contain extra info about the element that does not appear.
  7. Doctype, head, title and body.
1 Like

What is HTML? It is a markup language that defines the STRUCTURE of content
What is HTML used for? For web page development.
Why are we learning HTML? Because we want to be able to all around run a blockchain project and that includes knowing the back and front end of how we want our project to run. There’s the blockchain aspect and then the interaction between the blockchain and web page, then just web page.
What is an HTML tag? A tag is what is used to distinguish an element from another. Opening & closing tag.
What is the structure of an HTML tag? Opening tag – element – content – closing tag
What is an attribute? An attribute goes inside the opening tag, it adds extra information about the element that you don’t want it to be included in the actual content
What is the anatomy of an HTML document? at the top just for fun lol. element that wraps all the content on the entire page. element is a container for all the stuff that isn’t included in the content. element helps the page handle any textual content (like other languages). element sets title page of browser tab, bookmark. element contains all the content you want to show web users.

1 Like

1.HTML is hyper text markup language
2. It’s used to structure a website, to make pictures, text, links appear or act in a certain way.
3. To use as a foundation, it’s the basic language of programming when working with websites.
4. It is telling that it is a HTML document, it specifies what to do with it’s content.
5. It’s an opening tag

here is the content that is shown on the website

and a closing tag
6. It’s information of how the content should present itself
7. It’s:
  1. Doctype
  2. html
  3. head
  4. title
  5. meta
  6. body
1 Like

Thank you for this. Wasn’t this after the first reading assignment? I think defining the anatomy after that one reading assignment was tricky, but I see now (having completed the HTML section and experimented with my own html files) exactly what it meant, anatomy in a very literal sense, the structure.

Copying from your link to further reinforce the learning.

Thank you!

...
1 Like

Just here for the homework like everyone else.

  1. HTML stands for hypertext markup language.

  2. It’s the language used by web pages to format, display, and navigate information on the internet.

3.We are learning HTML because it’s foundational for any kind of website which is what regular people use and interact with when referring to the internet, and it’s through a web page any kind of script, download, or service will be done through.

  1. An HTML tag is a tag contained within angle brackets to format text and code in the html document; everything from font, hyperlinks, color, and size are done by using tags to tell the computer how to present the information.

  2. Tags are structured by using angle brackets and a tag to begin the instruction and with the same tag with a slash in the angle brackets to conclude it.

  3. Attributes are variables and details paired to tags to enable specific settings and assigning values.

  4. An html page begins with the tag and thereafter head, body, formatting, content and settings thereof. Content goes in the body section, while the head is used to display title and description.

2 Likes
  1. Its a web language.
  2. It’s using to creat a web pages
  3. It’s basic/foundation for web programming
  4. It’s an element in programming
  5. You should use <> and it needs to be open and closed with / at the end of it’s task
  6. It’s an extra information related to a tag
  7. Anatomy of HTML is a structure with different elements using in specific time and specific purpose
1 Like

Interestingly, I came up against this in my attempt to answer questions four and five.

<p>◄ These are HTML tags.►</p> 

◄ These are HTML tags.►

Don’t go deleting those three little dots.

<html>
  <head>
    <title>This is my title!</title>
  </head>
  <body>...</body>
</html>

Thank you

1 Like
  1. HTML is the code that is used to structure web page and its content.

  2. For structure the content of a website.

  3. Because it is necessary to know how to connect the blochchain with a site that we build in order that it interact.

  4. It’s a tag that contains the name of an element.

  5. It is contituted of two parts, the opening tag and the closing tag, with the content of the element in between.

  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.

  7. It contains the following: !DOCTYPE html, the html element, the head element, the meta charset=’‘uft-8’’ element, the title element and the body element.

1 Like
  1. What is HTML?
    HTML is code that used to structure a web page and the content on it

  2. What is HTML used for?
    It is used to format the content on web pages

  3. Why are we learning HTML?
    HTML makes up part of the foundations of a web page so it’s important to learn the basics in order to progress to more advanced concepts.

  4. What is an HTML tag?
    A tag is the element name and is what tells the browser how the content should be formatted. There will always be an opening tag and ending tag e.g

    and

  5. What is the structure of an HTML tag?

<p> --> opening tag
</p> --> closing tag

the tag can also have an attribute inside the opening tag e.g <p class="x">

  1. What is an attribute?
    Attributes contain extra information about the element that you don’t want to contain in the actual content.

  2. What is the anatomy of an HTML document?
    It will always start with <html> and then also contains tags such as <head> <body> etc depending on where on the page the content needs to appear.

1 Like

What is HTML? ( H yper t ext M arkup L anguage)

HTML is not a programming language; it is a markup language that defines the structure of your content. HTML consists of a series of elements , which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.

What is HTML used for?

HTML is used to structure a webpage and its content.

Why are we learning HTML?

We are studying HTML because it is a good starting point for beginners and will allow us to create a website that can interact with different blockchains ect.

What is an HTML tag?

Tags are placed at the beginning and end of the Element and content. it allows us to state where the effect will start to take place and what it will be.

What is the structure of an HTML tag?

  1. The opening tag: This consists of the name of the element (in this case, p), wrapped in opening and closing angle brackets . This states where the element begins or starts to take effect — in this case where the paragraph begins.
  2. The closing tag: This is the same as the opening tag, except that it includes a forward slash before the element name. This states where the element ends — in this case where the paragraph ends. Failing to add a closing tag is one of the standard beginner errors and can lead to strange results.
  3. The content: This is the content of the element, which in this case, is just text.
  4. The element: The opening tag, the closing tag and the content together comprise the element.

What is an attribute?

they are " ' ``` = < > and should always have the following:

  1. A space between it and the element name (or the previous attribute, if the element already has one or more attributes).
  2. The attribute name followed by an equal sign.
  3. The attribute value wrapped by opening and closing quotation marks.

What is the anatomy of an HTML document?

Anatomy of an HTML document

That wraps up the basics of individual HTML elements, but they aren’t handy on their own. Now we’ll look at how individual elements are combined to form an entire HTML page. Let’s revisit the code we put into our index.html example (which we first met in the Dealing with files article):

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <img src="images/firefox-icon.png" alt="My test image">
  </body>
</html>

Here, we have the following:

  • <!DOCTYPE html> — the doctype. It is required preamble. In the mists of time, when HTML was young (around 1991/92), doctypes were meant to act as links to a set of rules that the HTML page had to follow to be considered good HTML, which could mean automatic error checking and other useful things. However these days, they don’t do much, and are basically just needed to make sure your document behaves correctly. That’s all you need to know for now.
  • <html></html> — the <html> element. This element wraps all the content on the entire page and is sometimes known as the root element.
  • <head></head> — the <head> element. This element acts as a container for all the stuff you want to include on the HTML page that isn’t the content you are showing to your page’s viewers. This includes things like keywords and a page description that you want to appear in search results, CSS to style our content, character set declarations and more.
  • <meta charset="utf-8"> — This element sets the character set your document should use to UTF-8 which includes most characters from the vast majority of written languages. Essentially, it can now handle any textual content you might put on it. There is no reason not to set this and it can help avoid some problems later on.
  • <title></title> — the <title> element. This sets the title of your page, which is the title that appears in the browser tab the page is loaded in. It is also used to describe the page when you bookmark/favourite it.
  • <body></body> — the <body> element. This contains all the content that you want to show to web users when they visit your page, whether that’s text, images, videos, games, playable audio tracks or whatever else.
1 Like

Welcome to the forum @Yokazuna.
We hope you have a splendid experience going through our courses and exercises. If there are any hiccups or confusions or any doubts, please feel free to reach out to us here.

Happy Learning. :slight_smile:

1 Like
  1. HTML is a markup language that defines the structure of your content.
  2. HTML code formats the text, images, and other media that make up a webpage.
  3. We are learning HTML so we can code our own websites.
  4. A tag is a command in a web page that tells the browser to do something.
  5. Opening tag <> and closing tag </>
  6. Attributes define additional characteristics or properties of the element.
  7. The anatomy of an HTML document is

!DOCTYPE html
html
head
meta charset=“utf-8”
title
body
img

1 Like
  1. HTML is a markup language. It will define the structure of your content.

  2. HTML is a code used to format the design and structure of a web page.

  3. We are learning HTML because it is what is important in the building of webpages.

  4. An HTML tag is the code that defines every structure on an HTML page.

  5. Opening tag, closing tag, and the content.

  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.

7.html
head
title
body
body
html

1 Like
  1. HTML (Hypertext Markup Language) is code used to structure the content of a Web page.
  2. HTML is used to layout and organize a Web page.
  3. HTML is learnt so information, products etc., can be conveyed to an audience.
  4. HTML tags are the designations or labels which will be used to structure the Web page.
  5. The structure is open and closed tags (<>, </>).
  6. Attribute is the manner in which the text or images are displayed on the page.
  7. The anatomy of the HTML doc is the flow from headers, body, paragraphs, lists (Ordered and unordered), etc.,
2 Likes

1. What is HTML? HTML is a markup language that defines the structure of your content
2. What is HTML used for? To enclose of wrap content to make it appear or act a certain way.
3. Why are we learning HTML? It is a good foundation for blockchain and general code.
4. What is an HTML tag? It is essentially syntax for html
5. What is the structure of an HTML tag?
6. What is an attribute? Attributes contain extra information that you don’t want to appear in the actual content.
7. What is the anatomy of an HTML document? Individual components (the doctype, the html element, the head element, meta charset, the title element, and the body element) make up the html document.

2 Likes