HTML Reading Assignment

  1. What is HTML?
    • HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.

  2. What is HTML used for?
    • 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. The enclosing tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.

  3. Why are we learning HTML?
    • We should be able to build things that work. Learning this will teach us to set up the front end.

  4. What is an HTML tag?
    • The enclosing tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.

  5. 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.
  6. What is an attribute?
    • Attributes contain extra information about the element that you don’t want to appear in the actual content.
    An attribute 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.
    Note: Simple attribute values that don’t contain ASCII whitespace (or any of the characters " ’ ` = < > ) can remain unquoted, but it is recommended that you quote all attribute values, as it makes the code more consistent and understandable.

  7. What is the anatomy of an HTML document?
    How individual elements are combined to form an entire HTML page.

1 Like
  1. Markup language
  2. Mainly for the wrapping content
    3.The front end of web to access blockchain and crypto
  3. Wraps the entire content of the page and is known as the root element
  4. ALL values within the “”
  5. see below
    1 <!DOCTYPEhtml> which is the rules of the land
    2 = root element
    3 = header descr. keywrd.
    4<metacharset=“uf8”> = all text from most lang sets
    5My test page = title
    6
    7=all content
    8<imgsrc="images/firefoxicon.png"alt= the test image
    9
    10 = root element
1 Like

1. What is HTML?
Hypertext Markup Language

2. What is HTML used for?
Structuring and linking the web via nice looking hyperlinks :wink:

3. Why are we learning HTML?
It’s fundamental …

4. What is an HTML tag?
An “element” usually with an open and closing wrapping of brackets

5. What is the structure of an HTML tag?
Open/Close

6. What is an attribute?
Extra stuff to define the element so to have less HTML in-line code and more in the meta like pairing it with CSS, supposedly makes pages load faster if using classes and divs especially from cache if using CSS not just plain old HTML

7. What is the anatomy of an HTML document?

  • Doc Type for the page if nothing special going on like CSS or PHP etc
  • HTML as the root element wrapper thingy
  • Head a container you can call CSS and PHP etc pages from within
  • Meta stuff is located within the Head including main language being used but also old school SEO keywords and all that too can be placed there along with the search crawler description summery and if you want to be seen by crawlers/bots or be cached on the localhost etc
  • Title for easy tab browser header text display
  • Body is all the content you want to display in txt, hyperlinks, imgs … etc etc etc

I have never needed to remember any of the above for over 20 years when making webpages and sites though, just saying …

1 Like
  1. What is HTML?

HTML stands for Hyper Text Markup Language.

  1. What is HTML used for?

HTML is a code that is used to program website pages.

  1. Why are we learning HTML?

We are learning HTML so that webpage design can be achieved on a very basic level mainly by setting text or images headers, sub-headers, titles, font styles, setting out paragraphs, creating links to other pages using text,

  1. What is an HTML tag?

A tag starts and finishes each element.

  1. What is the structure of an HTML tag?

The structure of an HTML tag is a command type in between two opposite facing arrows, always placed at the beginning and end of each ‘element’ (content of a webpage containing viewable/unviewable text or an image). Each ‘element’ will start with an opening tag and end with a closing tag. The closing tag will also include a forward slash before the command type:

+

  1. What is an attribute?

An attribute is created on a webpage – ‘behind’ content – containing additional information about the text or image.

  1. What is the anatomy of an HTML document?

An HTML will always start with the type of document that we are going to produce, in this case . At the start and end of each page will be the element which will wrap all the content together ( + ). Other elements in between these could be images (), the character set required (), any browser search information or keywords which the developer doesn’t want the viewer to see ( + ), the title of the page ( + ), a paragraph spacing element (

+

) and the content ( + ) element.
1 Like
  1. What is HTML?

HTML stands for Hyper Text Markup Language.

  1. What is HTML used for?

HTML is a code that is used to program website pages.

  1. Why are we learning HTML?

We are learning HTML so that webpage design can be achieved on a very basic level mainly by setting text or images headers, sub-headers, titles, font styles, setting out paragraphs, creating links to other pages using text,

  1. What is an HTML tag?

A tag starts and finishes each element.

  1. What is the structure of an HTML tag?

The structure of an HTML tag is a command type in between two opposite facing arrows, always placed at the beginning and end of each ‘element’ (content of a webpage containing viewable/unviewable text or an image). Each ‘element’ will start with an opening tag and end with a closing tag. The closing tag will also include a forward slash before the command type:

< p > + < / p >

  1. What is an attribute?

An attribute is created on a webpage – ‘behind’ content – containing additional information about the text or image.

  1. What is the anatomy of an HTML document?

An HTML will always start with the type of document that we are going to produce, in this case . At the start and end of each page will be the element which will wrap all the content together (< html > + < /html >). Other elements in between these could be images (< img >), the character set required (< meta charset=”utf-8” >), any browser search information or keywords which the developer doesn’t want the viewer to see (< head > + < /head >), the title of the page (< title > + < / title >), a paragraph spacing element (< p > + < / p >) and the content (< body > + < / body >) element.

1 Like

1 HTML (Hypertext Markup Language)
2 HTML is the code that is used to structure a web page and its content.
3 We are learning HTML because it is the language of the web.
4 A tag states where an element begins and where an element ends.
5 The beginning tag end tag </a symbol>
6 An attribute contains extra information about the element that doesn’t appear in the actual content.
7 The anatomy is



1 Like
  1. It is a markup language, HTML stands for Hyper Text Markup Language.

  2. It is designed to define and alter the structure of your content, it can print words, make fonts bigger or smaller and make words or an image hyperlink to somewhere else.

  3. In order to build webpages and learn the basic fundamentals in Javascript/coding.

  4. It’s a simple letter or keyword surrounded by angle brackets, it’s used to create paragraphs and links.

  5. It consists of a head and body tag.

  6. It contains extra information about the element you don’t won’t viewers to see on your page.

  7. Anatomy is:

<!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 Like
  1. Hyper text markup language
  2. It is the primary method the world uses to demonstrate a desired set of words, images and links.
  3. We are learning HTML because regardless of which coding language pathway one chooses it is the lingua franca among them all. And if we choose to build smart contracts, it would be almost mandatory that our future clients are able to interface those contracts through our web sites.
  4. A tag determines the beginning and ending of each element.
  5. The structure of an HTML tag is a command reference that begins between two opposite facing arrows placed and the beginning of an element. The tag is closed in the same way that it began with the addition of an forward slash at the end of structure letter in question.
    6.An attribute is a method to reference some code, like a .css file, that resides elsewhere in order to speed page loading.
  6. The anatomy of html is as follows:
My test page My test image
1 Like

1. What is HTML?
HTML stands for hyper text markup language and is a markup language for web pages.
2. What is HTML used for?
It is used to code the structure of content for web pages.
3. Why are we learning HTML?
HTML, along with CSS and JavaScript, make up the main languages for web development. Solidity for example has a similar syntax to JavaScript so it makes sense to learn these languages.
4. What is an HTML tag?
An HTML tag is part of an element and consists of an opening tag (where the element begins) and a closing tag (where the element ends).
5. What is the structure of an HTML tag?
The opening tag has arrowed brackets with the name of the tag inside, while the closing tag has arrowed brackets and the name of the tag inside as well however with a forward slash.
6. What is an attribute?
An attribute provides further information about an element.
7. What is the anatomy of an HTML document?
The anatomy of an HTML comprises of the DTD, html and nested within the html element is the head and body elements. A meta element is also nested within the head element, which specifies the character type.

1 Like
  1. What is HTML?
    Hyper Text Markup Language: The code used to structure web pages

  2. What is HTML used for?
    To structure web pages

  3. Why are we learning HTML?
    Every web page needs HTML. It is their foundation. So in order to utilize the web it is a good foundation to at least understand HTML and being able to use it.

  4. What is an HTML tag?
    A HTML tag describes an element. The content which is withing the tags is structured according to the function of the tag/element.

  5. What is the structure of an HTML tag?
    A tag consists at least of an opening tag, some content and a closing tag. Also there can be attributes which are located within the tag.

  6. What is an attribute?
    An attribute is extra information which is not displayed. An attribute can be used to address said element with a function.

  7. What is the anatomy of an HTML document?
    “<!Doctype html>” : Preamble expected to identify the document as HTML
    html-Tag : Every thing in between these tags is HTML code and will be interpreted as such
    head-Tag : Contains keywords for serach engines, structuring information (CSS). These are not displayed on the page
    meta-Tag: Sets the character set used by the page
    title-Tag: Defines the visible title of the page. It does appear in the browser tab
    body-tag: Contains all the content of the page.

1 Like
  1. The code that is used to structure a web page and it’s contents
  2. Hypertext Markup Language
  3. To have an interface to our smart contracts
  4. Describes what should happen with the content
  5. <> open </> close… some tags only have open
  6. Describes extra information about an element
  7. html head body… with ending tags
1 Like
  1. What is HTML?

HTML (Hypertext Markup Language) is a markup language in form of a code that represents the structure of content that is shown in a browser as a web page containing all of its elements.

  1. What is HTML used for?

HTML is used for inputting, structuring and organizing the content of a web page that is read by browser. In it we define content structure through different type of elements such as paragraphs, lists, tables, links and images.

  1. Why are we learning HTML?

We are learning HTML in order to be able to build front-end for our blockchain based code or in other words we will make web browser based applications that interact with smart contracts.

  1. What is an HTML tag?

HTML tags are used for defining the HTML elements. They can be opening (stateing where the element begins), closing (stating where the element ends) or self-enclosing (for empty elements).

  1. What is the structure of an HTML tag?

Opening tags consists of the name of the element wrapped in opening and closing angle brackets while closing tag looks almost same as the opening tag, except that it includes a forward slash before the element name. We can also add attributes to opening tags.

<p class=”example”> content between example paragraph tags </p>

  1. What is an attribute?

Attribute is written inside opening tag and it contains extra information about the element. This information does not appear in the web content and we use them either to give the element an identifier that can be later described in CSS or to directly add style information and other things.

  1. What is the anatomy of an HTML document?

<!DOCTYPE html>
//defines version of HTML document and makes sure your document behaves correctly
<html>
// html element opening tag - contains root element that wraps all the content on the entire page
<head>
// head element opening tag - container for metadata (data about data)
<meta charset="utf-8">
// sets the character set to UTF-8 standard for document to use
<title>HTML anatomy</title>
// sets the title of web page, which appears in the browser tab
</head>
//head element closing tag
<body>
//body element opening tag
<!--ALL ELEMENTS THAT ARE STRUCTURING THE CONTENT OF THE WEB PAGE-->
</body>
//body element closing tag
</html>
//html element closing tag

1 Like
  1. What is HTML?
    HyperText Markup Language is a the language used to provide structure for the content of websites

  2. What is HTML used for?
    it’s used to define a common frame for the structure of web content, making it easier for browsers to read and interpret the information and how to display it

  3. Why are we learning HTML?
    because it is one of the most important technologies on the web and is a must in web related work

  4. What is an HTML tag?
    it’s HTML’s way to define elements and where they start and end

  5. What is the structure of an HTML tag?
    tags are denoted with a set of opening and closing angle brackets (<>) wrapping the name of the element, closing bracket will also have a “/” character before the name of the element
    <html></html>

  6. What is an attribute?
    attributes are ways to include information about the content that is not part of the actual content but can help to address it or style it

  7. What is the anatomy of an HTML document?
    the doctype defines the version of HTML document and maskes sure the document behaves correctly

  • <html></html> Wraps the entire content of the page.

  • <head></head> it contains styiling data and other information like a page description, CSS and more.

  • <meta charset="utf-8"> it ceclares the charater set to use to be UTF-8

  • <title></title> this element sets the name of the page that appears on your tab or at the bar

  • <body></body> contains all of the page content intended for showing

1 Like
  1. HTML stands ofr Hyper Text Markup Language. It is the code that is used to structure a web page and its content. HTML is not a programming language.
  2. HTML is used to structure the content of the website ie. the content could be structured in the form of paragraphs, bulleted points, images and tables.
  3. HTML is the foundation for web development and blockchain development.
  4. An HTML tag mentions the name of the element whether it is paragraph or image or anything else and where does it begin and end.
  5. The structure of HTML tag will have opening tag and closing tag. Opening tag will have angle brackets. Within the angle bracket, it will be mentioned whether the element is going to be paragraph or image or table or whatsoever with its representing letter like p,i or t. Closing tag is similar to opening tag, with the only distinction being a presence of forward slash in front ot the letter representing the element.
  6. Attribute contains extra information about the element that is not to be made appear in the actual content.
  7. Anatomy of html primarily comprises head and body
1 Like
  1. What is HTML?

HTML is a markup language.

  1. What is HTML used for?

It’s used to structure the content on a webpage.
With HTML you can add content in a way so that it becomes a word, image or a hyperlink to somewhere else.

  1. Why are we learning HTML?

Because HTML is the basic language for creating websites and we can use it to create the front-end for our smartcontracts / Dapps.

  1. What is an HTML tag?

The HTML tags can for example make a word or image hyperlink to somewhere else, italicize words or make the font bigger or smaller.

  1. What is the structure of an HTML tag?

An opening tag that tells the page what to display, the information you want to display and a closing tag.

  1. What is an attribute?

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

  1. What is the anatomy of an HTML document?

The doctype - just needed to make sure your document behaves correctly.

The html element - wraps all the content on the entire page and is sometimes known as the root element

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

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

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.

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

1).What is HTML?

HTML stands for HyperText Markup Language. It is the code used to structure a web page.

  1. What is HTML used for?

When designing a web page, HTML code is used for things like text, text size, fonts, font size, bullets, images, and tables.

  1. Why are we learning HTML?

We need to know it to be able to design a dApp when we learn to code smart contracts.

  1. What is an HTML tag?

A tag defines a certain structure

  1. What is the structure of an HTML tag?

The opening tag states where the element begins or starts to take effect. The closing tag shows where the element ends.

  1. What is an attribute?

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

  1. What is the anatomy of an HTML document?
Preable that says that this document is written in html. placed at the beginning and end of and html document to show the boundaries. Area where you put things that you don't want displayed on the actual webpage. Examples are keywords and page descriptions for Google bots. sets the character set for your document. Sets the title of your page which shows up at the top of the browser. set the contents of the webpage.
1 Like
  1. Hypertext Markup Language
  2. It is a programming language to create webpages.
    3.To create our won code to display on the internet and for others to interact with.
    4.Tags are the beginning and ending of different parts of the HTML document.
  3. The basic structure is opening tag ,content, closing tag.
  4. An attribute is extra information about the element.
  5. doctype
    htm
    head
    body
    meta charset=“utf-8”
    title
1 Like

1.a markup language that defines the structure of your content
2.it is used to wrap or enclose different part of the content to apper in different ways
3.we are learing HTML some the transition to javascript will go easier
4.name of an element
5.


6.attributes contains extra information about the element that you dont want to be shown on the main page
7.

I am SUPERMAN

1 Like

Mr. Superman.
You forgot to answer question 5 and 7. :wink:

i did awnser in code hahaha was surprised when i saw it hahahah