HTML Reading Assignment

What is HTML?
HTML is the code structuring webpage and the content; and it is not a programming language.

What is HTML used for?
to make website.

Why are we learning HTML?
in order to interact with the blockchain, or to put our blockchain for other people to use.

What is an HTML tag?
it is an mark of what inside the tag will display or will do.

What is the structure of an HTML tag?
openning tag + content + closing tag

What is an attribute?
extra property for tag(not part of the content)

What is the anatomy of an HTML document?
there are html tag which is a tag for the whole html file; the title tag which specified information show in title bar in the browser; and the body tag which contain the actual content showing to the audience.

  1. What is HTML?
  • Hypertext Markup Language used to structure web page and its content.
  1. What is HTML used for?
  • HTML is used to organise webpage elements e.g. head, title, heading, paragraph, text, image, hyperlink etc the way we want it to appear on website. It also determines how the way elements look by assigning attributes e.g. bold, italic, underline, colors to text.
  1. Why are we learning HTML?
  • So we know how to put together a website and control the way it looks.
  1. What is an HTML tag?
  • a command for a specific element within the webpage. It is formed by a set of opening tag and closing tag in between content to tell what the content to do, whether it’s to be a new paragraph, a heading, a hyperlink, or an image etc.
  1. What is the structure of an HTML tag?
  • Opening tag marked with < tag > and closing tag marked with </ tag >, sandwiching content such as text and images in between.
  1. What is an attribute?
  • Attribute contains extra information within element we don’t want to appear on actual website display, such as source of image, url of a hyperlink, alt text for an image.
  1. What is the anatomy of an HTML document?
  • < !DOCTYPE html> to tell this is a html page and for things to work
  • < html > < /html > to wrap all the contents as html element
  • < head > < /head > to contain information such as keyword of the page, title, CSS style, character set etc. This is also a very important part of SEO. A good set of keywords and title is part of key ingredients for SEO optimisation from digital marketing point of view.
  • < body > < /body > that contains all the content of the web page such as text, images, videos, hyperlinks etc
  1. HyperText Markup Language
  2. To structure a web page and its content.
  3. To allow us to create a user-friendly interface for any dapp’s that we create on the blockchain.
  4. Is how you open and close an element.
  5. 1st the opening tag including any attributes, 2nd the content and last the closing tag
  6. Attributes contain extra info about the element that you don’t want to be seen in the content.
  7. is where all elements come together is the appropiate order to form the HTML document.
  1. HTML (Hypertext Markup Language)
  2. HTML is the code that is used to structure a web page and its content.
  3. Without knowledge of the web and HTML we won’t be able to work with the course content we have yet to learn because everything will be carried out on the web.
  4. HTML tags determine where the element will begin and end, and it also determines the structure of the content inside. Ex. The opening and closing tags will have the name of an element such as “p” inside angle brackets to make the content in between the opening and closing brackets a paragraph.
  5. It starts with an open angle bracket followed by the name of an element such as “p”. It can also be followed by an attribute which contains extra information about the element that you don’t want the visitors of the website to see. This is concluded with a closed angle bracket.
  6. An attribute contains extra information about the content that is not visible to the visitors of the website.
  7. The Doctype - It starts with the doctype which used to be used as a link to a set of rules that the HTML page had to follow. It is no longer regarded as such but is still required for the HTML to function.
    The html Element - The Element wraps all the content on the entire page. It is sometimes referred to as the root element.
    The head Element - This element wraps all of the content you want to include on your page that you don’t want to make visible to your page’s viewers. Ex. page descriptions, keywords,
    meta charset=“utf-8” - This element sets the character set your document should use to UTF-8. It can essentially handle any textual content you put on it.
    The title Element - This element sets the title of your page and it appears in the browser tab the page is loaded in.
    The body Element - This wraps all the content that you want to make visible to viewers of your page.
  1. HTML stands for Hypertext Markup Language.

  2. It serves to structure web pages. It doesn’t really implement any functions, it only defines the structure of your content.

  3. Because we need to learn how to display the desired content online.

  4. It is an essential element of the HTML code containing information how to format the text inside.

  5. All tags in HTML are typed in angular brackets, some of them come in pairs (to format the text within), some are standalone tags (e.g. when plugging in a picture).

  6. Attributes contain extra information about the element that you don’t want to appear in the actual content. An attribute should always have:

  • A space between it and the element name (or the previous attribute, if the element already has one or more attributes)
  • The attribute name, followed by an equals sign.
  • Opening and closing quote marks wrapped around the attribute value.
  • the doctype
  • “html” element: wraps all the content on the entire page
  • “head”: 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
  • “title” element
  • “body” element
1 Like
  1. HTML is a digital markup language.
  2. HTML is used for creating the structure for web content recognizable by other users’ web browsers.
  3. We are learning HTML for creating the front-end of blockchain applications.
  4. HTML tag is an essential element of the language, marking the type of data we need to be displayed.
  5. An HTML tag consists of an opening and closing brackets and the name of tag in between.
  6. An attribute is an indication of extra information about the HTML element.
  7. An html documents contains doctype indication; header and body nested into an html element.
  1. It is a markup language (not programming language) to structure a web page

  2. To structure a web page and its content with different elements (e.g. Text blocks or images, how they appear and how they act)

  3. Because we need a simple website in order to communicate with it when we are learning Smart contract programming.

  4. A comment in brackets that marks the start and finish of an element

  5. Opening tag: Angle bracket open - name of element - Angle bracket close
    Closing tag: Angle bracket open - forward slash name of element - Angle bracket close

  6. Input that is needed for the website but not shown to the visitor

  7. It is structured a bit like a big word file with different opearating levels (from title to the 6th subtitle). There are separated containors for shown content and hidden information that is important for the functionlity

What is HTML? **Hyper **text **Markup **Language

HTML is not a programming language; it is a markup language that defines the structure of your content.

What is HTML used for? used to structure a web page and its content.

to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way

Why are we learning HTML?

to structure and design websites as desired

What is an HTML tag?

To wrap or enclose elements for design purposes

What is the structure of an HTML tag?

  • The opening tag
  • The content
  • The closing tag

What is an attribute?

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

What is the anatomy of an HTML document?

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

  1. HTML stands for Hypertext Markup Language

  2. HTML is used to structure content on a website, and make that content act or appear a certain way.

  3. We are learning HTML in order to have a front end access to relate information to the smart contracts and DApps we will be coding later. Having knowledge to creating a website will help clearly inform and contribute to the customer experience of the back end interface.

  4. Tags can allow a word to hyperlink to another address. Tags can also add emphasis or strength to a word or phrase with italics or bold.

  5. The structure of a tag is the opening tag, followed by the content, and finished with a closing tag. All of these together create the element.

  6. Attributes are extra information about the element that the programmer doesn’t wish to appear in the actual content.

  7. The anatomy of a HTML document should look as follows:

*Doctype html - Evidently this is now considered a historical artifact, but must be included in order for things to work out right.

  • html - Also known as the Root Element, this function wraps all content on the page.

  • head - This is information about the webpage that is not used in the content shown on the page, These are keywords and page descriptions that help define search results and so on.

  • meta charset utf8 - This allows the character set for the vast majority of human written languages.

  • title - sets the title of the page and is used to describe the page for bookmarks and favorites.

  • body - This contains all the content that one wants to share on their web page. This includes images, videos, texts, games, and audio.

1.- Hyper Text Markup Language.
2.- It is used for structure a web page and it’s content
3.- We need to be able to have a frontend for show the work we’ve done coding.
4.-A tag makes the browser can recognize what kind of content you’ll show in your page
5.-Opening tag, content and close tag: <?> content
6.- A characteristic of a tag
7.- Doctype
Element “Root Element”
Head “Attribute”
Body “All the info that will display on screen”

  1. HTML is a markup language, used to define the structure of a webpage and its content.
  2. It is used to make different parts of web page content look or act a certain way.
  3. To be able to create a simple front-end website that will interact with the code on the back-end.
  4. The HTML tag is used to create HTML elements.
  5. Opening and closing angle brackets and the element. The closing tag contains a forward slash in front of the element.
  6. Attributes contain extra info about the elements that you don’t want to appear in the content.
    7.
    the element
    the element
    characterset element
    title element
    body element

What is HTML?
HTML is not programming language but a markup language that defines the structure of the content. Html relies on a series of elements, which you can use to close, wrap, enclose many part of the content(s) you are working on.
What is HTML used for?
Html are used to improve the user experience of a site.
Why are, we learning HTML?
For the purpose to improve our user experience in our smart contact interactions within our site(s).
What is an HTML tag?
It is the element of the structure.
What is the structure of an HTML tag?
It is the opening and closing of elements. There are follow by <place your tag type> and ending will </place your tag type> .
What is an attribute?
It modifies the elements behavior. It holds the information that the element does not want to display to the users.
What is the anatomy of an HTML document?
The anatomy of an Html doc contains the following doctype

  1. Hyptertext Markup Language.
  2. It is used for building websites.
  3. So we can build the front end of a website which interacts with blockchains.
  4. A HTML tag marks what kind of element is inside it.
  5. A tag has an opening tag with angled brackets and a closing tab with the same but a forward slash inside the closing brackets.
  6. An attribute contains extra information about the element that you don’t want to be displayed.
  7. A HTML document starts of with a header, then the main body.
  1. Hyper Text Markup Language.

2.To structure a webpage and its contents.

3.It’s essential for building web applications.

  1. Labels used to tell the browser what type of content is contained and how to display it.

5.opening , attributes, content, closing

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

  1. *<!DOCTYPE html> — the doctype.
  • html element
  • head element
  • title element
  • body element
  1. What is HTML? HyperText Markup Language.
  2. What is HTML used for? The language of the Internet to create web pages.
  3. Why are we learning HTML? To create web assets.
  4. What is an HTML tag? A notation that tells the browser how to handle the HTML content.
  5. What is the structure of an HTML tag? Opening tag + content + closing tag.
  6. What is an attribute? Part of the HTML tag that gives the browser more instructions how to handle the HTML content.
  7. What is the anatomy of an HTML document? “html” opening and closing tags. Inside these tags are “head” opening and closing tags with content inside and “body” opening and closing tags with content inside.

1)Hypertext Markup Language…

2)It is used to interpret the content of the page on your website…

3)It directly co-relate with what we will learn later on ,which is Developing smart contract or Dapp. It help us to
learn structured use case of smart contracts in a website …

4)An HTML tag is a special word or letter surrounded by angle brackets,You use tags to create HTML elements.
5) ‘tags’ identifying parts of the document to behave in a certain way, for example, to act as or to make the text bold Tags generally consist of an opening and closing pair. They are written in lower case using angled brackets…
6)Variable
7)An HTML document consist of html tag at start and at the end in which everything that will be shown on your website is written.It consist of two thing’s Header element and Body Element.The header element is used for showing title and page info and body Element show’s what content that displayed on your page.

  1. What is HTML?
    Hypertext Markup Language

  2. What is HTML used for?
    Structuring the information/content and basic design of a webpage so it can be understood by both browsing applications (backend) as well as humans (front end).

  3. Why are we learning HTML?
    It is a standard protocol used across browsing platforms. Understanding it is also helpful for self sufficiency.

  4. What is an HTML tag?
    A naming convention to separate and distinguish the different types of elements and where they begin/end.

  5. What is the structure of an HTML tag?
    a) angular brackets < > that enclose the tag name i.e. < title > (title tag element). The end of the element is indicated with the closing tag .

  6. What is an attribute?
    An attribute helps define the contents of the element such as the class (AKA name) as well as it’a value that can later be referenced for specific styling information.

  7. What is the anatomy of an HTML document?
    Always begins with followed by which contains title, description, seo terms, scripts, etc and the which contains the content (paragraph text, images, etc).

  1. HTML is the markup language (code) used to structure content on a webpage
  2. Html is used to define the manner in which content is structured on a web page
  3. the basic of creating a user interface on the web as similarly we need to create a way fr users to interface with the blckchain
  4. The HTML tag is an encloser element which wraps all he contents on the web page
  5. The structure of the HTML tag consists od an opening and closing tag, header tag which defines everything outside the content of the page and the body tag which encloses all contents on the page
  6. An attributes defines element characteristics. They further identify and define the structure of the element's contents or how it is rendered/accessed
  7. The anatomy of an HTML document is as follows: DOCTYPE, html (enclosing all elements on the web page),head enclosing (meta and title), body (enclsing all content) tags

HTML Basics

1. What is HTML?

HTML is a markup language.

2. What is HTML used for?

It’s necessary to struct the content for web pages in a browser

3. Why are we learning HTML?

For us it usefull to create also the Frontend of the Blockchain behind.

4. What is an HTML tag?

An HTML tag is the instruction for the Browser how to handle different content

5. What is the structure of an HTML tag?

open tag content close tag e.g. <p> Hallo Welt </p>

6. What is an attribute?

With an attribute you can do (control) something in HTML

7. What is the anatomy of an HTML document?

<!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>

  1. A markup language that formats content.
  2. Format content on a webpage.
  3. It is the foundation of formatting a webpage.
  4. Encapsulation of the element content.
  5. Opening tag, content, closing tag form element.
  6. Info about element that is hidden from content