HTML Reading Assignment

Oh, I thought I did it. Ill correct it
Thank You.

1 Like

What is HTML?
HTML stands for Hypertext Markup Language.

What is HTML used for?
HTML code is used to creatively display text and images on websites.

Why are we learning HTML?
HTML works great with JavaScript. JavaScript enhances the website experience. Additionally, HTML formatting makes it easier to learn how JavaScript is structured and read.

What is an HTML tag?
HTML tags are used to tell the system where an element starts and ends. For instance < b > and < /b > tells the system to bold the text entered between < b > and < /b >. So < b >BOLD< /b > would look like - BOLD. Note: I had to space out < b >, because the forum reads HTML tags.

What is the structure of an HTML tag?
The structure of a tag starts with a bracket ā€œ<ā€, followed by the HTML CODE, and ends with another closing bracket ā€œ>ā€.

The end of a tag starts with the first bracket ā€œ<ā€, followed by a ā€œ/ā€, HTML CODE, and ending with a closing bracket ā€œ>ā€.

Example: < a href src=ā€œlinkā€ > name of link < / a >

What is an attribute?
An attribute is used to specify and control specific behavior inside an element.

What is the anatomy of an HTML document?
< html >
< title > My Website < /title>
< body >

< h1 >Stuff in my website < /h1 >
< h2 > Images < /h2 >
< img src=ā€œimagelink.jpgā€ >

< / body >
< /html >

You get the idea.

1 Like

**What is HTML?

  • HTML is a markup computer language.

** What is HTML used for?

  • HTML defines the structure of your web page contents.

** Why are we learning HTML?

  • Our dapps need an user interface for people to interact with it.

** What is an HTML tag?

  • A tag makes the contents hyperlink to another file and each tag has a different use case.

** What is the structure of an HTML tag?

  • Opening tag
  • Contents
  • Closing tag

** What is an attribute?

  • An element that is put inside a tag that contains exstra information specifies additional properties.

** What is the anatomy of an HTML document?
! HTML doctype

1 Like

1 Hypertext markup language that defines the structure of your content

2 to enclose wrap different parts of the content to make it appear in a certain way

3 to understand how a webpage is created, als can be used as base to studie other programming languages

4 <> they are used to open and close the element

5 the opening tag consist the name of the element (wrapped in <>) a closing tag same as closing tag but is has a / before the elements closing name

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

7 docktype
html element
head
title
body

1 Like
  1. What is HTML? HyperTextMarkupLanguage
  2. What is HTML used for? HTML is used for displaying content on a webpage
  3. Why are we learning HTML? In order to understand how to program. How Coding works.
  4. What is an HTML tag? Tags tell the HTML elements of the website how and what to display.
  5. What is the structure of an HTML tag? Opening / Content /Closing
  6. What is an attribute? An attribute contains information that is not displayed but can affect how the content is displayed.
  7. What is the anatomy of an HTML document?
Required information Header information not displayed the set of available characters Name of page Content of page
1 Like

7. What is the anatomy of an HTML document?

Indeed sir(s), you can check this example i post days ago so you have a better understanding on the HTML anatomy: HTML Anatomy example.

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

Carlos Z.

  1. HTML is a markup language that defines the structure of your content.
  2. HTML is used for program websites with a fixed content.
  3. Because we need a front-end which interact with the user.
  4. A tag is an element used to add things to the website.
  5. Opening tag:

    ; closing tag:

    .
  6. Attribute contains extra information about the element that you don’t want to appear in the actual content.
  7. .
1 Like

Disclaimer:
I put periods inside tags because they weren’t showing and were actually reading as HTML script. The periods aren’t actually used in tags when writing this language.

  1. HTML is a Hyper Text Markup Language. The forefront of any website that has words on it.

  2. HTML is used for a variety of reasons. of course for starters it is used to create the website. You can use it for creating a business, building your own forum etc…

  3. HTML is primarily the frontend of many websites. To build a website you need HTML.

  4. A tag element is used to compose content in the way you need it. If you were to make a list you would need the <.ol><.li><./li><./ol> or <.ul><.li><./li><./ul>. If you were to make a paragraph you could use<.p><./p> these tags are used to help edit the website and can make it easy to stylize with CSS.

5)The structure would start with an opening tag, the content you wish to add, and a closing tag. For ex: <.p>This forum is awesome<./p>.

6)Attributes can be added to the beginning of tag ie: <.p class=""><./p> this helps with stylizing specific words or topics for ex:
<.p>I like chicken <./p>
<.p class=ā€œcolour me pinkā€>TENDIES!!!<./p>
in CSS instead of making the <.p> tag have the all paragraphs turn pink you can choose the class called ā€œcolour me pinkā€ to turn to that colour.

  1. The anatomy of a HTML document consists of:
    The doctype to make sure the document fits HTML requirements.
    The <.html><./html> which holds all of the content.
    The <.head><./head> which holds things like the title and CSS.
    The <.meta charset=ā€œutf-8ā€> which holds the text and reads a vast majority of different languages
    The <.title><./title> which sets the title of your page
    and finally the <.body><./body> which holds all the content you wish to project.
1 Like
1. What is HTML?

HTML stands for Hypertext Markup Language

2. What is HTML used for?

HTML is used to structure a web page to make its content appear in a cetain way, or actr a certain way.

3. Why are we learning HTML?

To learn the basics to build a frontend and interact with the smart contracts in the backend

4. What is an HTML tag?

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

5. What is the structure of an HTML tag?

Opening tags consist of the name of the element, wrapped in opening and closing angle brackets.
Closing tags consist of the same as the opening tags, except that it includes a forward slash before the element name.

6. What is an attribute?

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

7. What is the anatomy of an HTML document?

The doctype, the < html > element/the root element, the < head > element, UTF-8 element, the < title > element and the < body > element

1 Like

What is HTML? A html is a markup language that defines structure of your content.
What is HTML used for? It can be used to italice, structure paragraphs and the way things look in general.
Why are we learning HTML? To create our own website so we can interact with our smart contracts.
What is the structure of an HTML tag? The structure is <?> <?/>

What is an attribute? An HTML attribute provides additional information about an HTML element. It makes it easier to include additional information by just calling the attribute.

What is the anatomy of an HTML document? The anatomy of HTML document contains doctype, html element, the head element, meta element, title element and body element.

1 Like
  1. HTML is a markup language.
  2. HTML is used for the front end of web pages. It is used to help with the visualization of the developers content.
  3. We are learning HTML to help us create a visualization of the smart contracts we will soon create.
  4. Tags are the part of html that decides what the content is. for example if you use

    This means the content between it is text and to show on the website as such.
  5. The structure of tags are Opening Tag, Content and then closing tag.
  6. The best way i can describe an attribute is like assigning a variable to an element so you can set certain things to that variable. ie: in css you can say anything with the attribute ā€œtestā€ will be blue colour.
  7. The anatomy of a html document is basically the Head and body. The head is mostly just behind the scenes content where the body is what is showing on the website.
1 Like
  1. What is HTML?
    A language (HyperText Markup Language) typically used by web browsers to display webpages to an end user.

  2. What is HTML used for?
    To create webpages.

  3. Why are we learning HTML?
    Because it is a simple language that will allow us to create client applications very fast.

  4. What is an HTML tag?
    An element in the HTML language to perform and give structure to the web application.

  5. What is the structure of an HTML tag?
    An HTML tag has (apart from the opening and closing tags, defined by the tag’s name) attributes and content.

  6. What is an attribute?
    A section in the HTML tag that contains extra information, but we don’t want it to appear in the actual content of the webpage.

  7. What is the anatomy of an HTML document?
    An HTML is formed by a combination of individual HTML elements.

1 Like

7. What is the anatomy of an HTML document?

Hello sir, did you forgot to type your answer?

4. What is the structure of an HTML tag?

@AidanH and @Travis just check below this text for the next time you want to encapsulate code! (good answers btw) :muscle:

Remember you can use the ā€œPreformatted Textā€ Button to encapsulate any kind of code you want to show.


I am a happy Preformatted Text box, please use me wisely!

If you have any doubt, please let us know so we can help you! :slight_smile:

Carlos Z.

  1. Hypertext Markup language
  2. Defines the structure of web based content.
  3. Decentralised Applications need to be presented on web pages therefore we need to know how web
    pages are constructed.
  4. Encloses the content of an element.
  5. Opening tag: States where the element begins or starts.Consists of the name of the element
    wrapped in opening and closing angle brackets
    Closing tag: States where the element ends or finishes and includes a forward slash before the
    element name wrapped in opening and closing angle brackets.
  6. Contains extra information about the element but will not appear in the actual content.
  7. Opening tag: States where the element begins or starts.Consists of the name of the element
    wrapped in opening and closing angle brackets
    Closing tag: States where the element ends or finishes and includes a forward slash before the
    element name wrapped in opening and closing angle brackets.
    The content which may be just text.
    The element consisting of opening tag, closing tag, content and can also have attributes.
1 Like
  1. What is HTML?
    Hyper text Mark up Language.
  2. What is HTML used for?
    HTML is used for building websites.
  3. Why are we learning HTML?
    Because we need to be able to interface between the back end and UI. Intimately to create and show how UI Websites interact with Blockchains/Smart Contracts.
  4. What is an HTML tag?
    A tag is to start with, which denotes the beginning of an element and to denote the ending of an element.
  5. What is the structure of an HTML tag?
    content</closing tag> all of this is the definition of a Element.
  6. What is an attribute?
    Attributes contain extra information that you do not want to see. There is a name and a value for the attribute.
  7. What is the anatomy of an HTML document?
    An HTML document is made up of many sets of elements:
    Correct me if I am wrong.
    DOCTYPE
(This functions as a container for all the stuff you want your page to do but not to be seen by the user)
1 Like
  1. HTML stands for HyperText Markup Language.

  2. It is a markup language that defines the structure of content displayed on a website.

  3. HTML is useful to develop the front end which will later interact with the back end containing our smart contract.

  4. A tag states where a certain element begins or starts to take effect and where it ends.

  5. Opening tag, content and closing tag. Together known as the element.

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

  7. The anatomy of a HTML document generally consists of the following:
    The doctype
    The html element
    The head element
    The title element
    The body element
    etc.

1 Like
  1. HTML (Hypertext Markup Language) is the code that is used to structure a webpage and its content.
  2. HTML is used to build a website structure.
  3. We are learning HTML to have the basics which we can use to connect our dapps with websites.
  4. We use HTML tags to create an element on a webpage which can contain text, images, links.
  5. The structure of an HTML tag is an opening tag, content, closing tag.
  6. Attributes point to HTML tags which contain information we don’t want to appear in the content.
  7. Html doctype,the html element or root element, the head element, body, meta char set, and title
    element.
1 Like
  1. HTML,or Hyper Text Markup Language is the code used to structure the content of web pages.

2.its used to define or design the structure of your web content.

  1. we are learning HTML to enhance our knowledge relating to javascript and ethereum based decentralized applications for a freelance coding developer career.

  2. The tag is a representation of where the content begins and ends.

  3. Theres a beginning an a ending tag that commands the designation of the content.

  4. The attribute is extra info about the content in the tag you dont want to be seen in the content.

  5. The anatomy of an HTML document is the individual elements that combine to create the entire HTML page.

2 Likes

1.hypertext markup language

2.For structuring a website

  1. to create interfaces for smart contracts

  2. Are a statement of where a particular element begins and ends

5…< p >content< /p>.

  1. Provides extra information for the element

7.< html>
< head>< /head>
< body>< /body>
< /html>

1 Like
  1. What is HTML? Language for website defining structure

  2. What is HTML used for? Webpage language

  3. Why are we learning HTML? Its similar to most programming language

  4. What is an HTML tag? Used to create an element that contains content

  5. What is the structure of an HTML tag?<> and </>

  6. What is an attribute? Notes that want appear in the running content

  7. What is the anatomy of an HTML document?

1 Like