HTML Reading Assignment

  1. What is HTML?
    HTML is a hypertext makeup language, so its not a programming language.
    HTML is used to define the structure of your content which 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.

  2. What is HTML used for?
    HTML is the code that is used to structure a web page and its content with the use of the tools and elements HTML provides.

  3. Why are we learning HTML?
    We are learning HTML to learn to structure a web page and its content. This is important so we could manage to build a web page which could communicate with the blockchain and others.

  4. What is an HTML tag?
    A HTML tag is a mark which gives the code included specific characteristics, which could be big letters, italicize words, etc. The properties of the tag would start at the opening tag and be applied to the content until the closing tag.

  5. What is the structure of an HTML tag?

content

(opening tag) content (closing tag), it also include the element name, in this case p.
  1. What is an attribute?
    Attributes contain extra information about the element that you don’t want to appear in the actual content. It should always have a space between the element name or the previous attribute and the attribute name. The attribute name should always also include an equals sign after the attribute name. Also include opening an closing quote marks wrapped around the attribute value.

  2. What is the anatomy of an HTML document?
    The anatomy of an HTML document is the common way to include and use the basic element together to make a web page. This often includes a specific setup as , , ,, and to get the page to work correctly and reduce errors.

HTML - Reading Assignment

  1. HTML is Hypertext Markup Language. It is not a programming language but a method for formatting content. It contains a series of elements which can be text, links, images etc.

  2. HTML is used to create websites, though on its own there is no advanced styling or logic.

  3. It is necessary to learn HTML as it is used in creating the front end user interface and allows users to interact with smart contracts or Dapps on the back end.

  4. All HTML elements must contain a tag. Usually 2, an opening and closing. A tag holds the content of the element.

  5. A HTML element usually has 2 tags unless it is an “empty element”. This is an opening tag, and a closing tag.

  6. Attributes contain additional information about the content of an element. This information is not shown to the user but can be identified and referenced later in the code.

  7. The HTML anatomy is as follows:

  • !DOCTYPE html - An old system for error checking, needs to be included so that everything works correctly.
  • html /html - Wraps all html code with in it, can be considered the root element.
  • head /head - Contains page title, description and keywords.
  • title /title - Ths sets the page title and falls into the section.
  • meta charset=”utf-8” - Defines the characters used and covers almost all characters used in human language.
  • body /body - Contains all of the page content.
  1. HyperText Markup Language
  2. Used for creating websites on the internet
  3. To get a sense of how coding works without being thrown in the deep end. It’s a great way to be introduced to how programming works
  4. A tag is what creates the format, like

    to create a paragraph or to indicate the header.
  5. opening tag: to mark the beginning and to mark the end
    6.Attributes are extra instructions that don’t show up on the website
  6. Always start with , then html, head, title, body and then the closing tags

What is HTML? it is a markup language that defines the structure of your content
What is HTML used for?HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables
Why are we learning HTML? because blockchain will interact with html or other front end languages
What is an HTML tag? it’s a certain function of html language which allows a website to communicate with the browser
What is the structure of an HTML tag? opening tag looks like that

, closing tag looks like that:

so it’s the name of the fuction wrapped in opening and closing angle brackets
What is an attribute? it’s the part of the code which contains additional information about the element that you don’t want to appear in the actual content, there is a space after the element, followed by the attribute name, an equals sign, opening and closing quotation marks wrapped around the attribute value
What is the anatomy of an HTML document? <?DOCKTYPE html> fdafd
  1. HTML is a markup language used for the web; not a programming language.
  2. HTML defines how the content on a web page is structured.
  3. We would use HTML to create interfaces to the blockchain world - smart contracts are an example.
  4. HTML tags wrap content, and states where an element should begin and end.
  5. HTML tags have two parts: opening and closing tags. The former encloses the name of an element in angle brackets <>, whilst the latter encloses the name of an element with a forward slash before it’s name, in angle brackets </>
  6. Attributes contain extra information about an element that you don’t want to be visible in a web page.
  7. HTML documents start with <! DOCTYPE html>, which is an artifact passed down from the early days of the internet. It also contains , , , and elements, to name a few.

What is HTML? HTML which stands for Hypertext Markup Language is a basic web language used to display websites in it’s barest form.
What is HTML used for? Basic web design. It’s not really flashy like say CSS but it is needed in conjunction with other markup languages in order to make a web page design run and if ever the elements of the higher markup languages fail, websites will revert back to the HTML barebones
Why are we learning HTML? Probably to get a handle on how to use a markup language which will be interactive for the user in the bitchain
What is an HTML tag? a tag is used to specify an element that will be used in the HTML website or document when trying to create said document or site
What is the structure of an HTML tag?

this is an example of the opening of a tag. It starts the specification of the element.

This is an example of a closing tag. What this does is close out the contents of the element so that it doesn’t affect other content within the document
What is an attribute? and attribute add another layer to the HTML document. It will give additional properties to a tag for the element that cannot be specified with the basic tags. There must be a space between the basic tag within the <> in order for it to work properly. Example the href of this markup code marks that there is another part of this attribute which will call upon another site as a link. There are various other ones, but this is just an example
What is the anatomy of an HTML document? An HTML document must have these elements in the least bit The Confirms that this is an HTML document. Depending on what other markup language you're using the may or may not be necessary. For CSS it is sometimes not necessary. The head specifies what the document is called the body is the content within the page and to close out, you have to use </ along with the rest of the tag in order to close out the element so it doesn't affect other elements within the document

Hello mates,

my anwser to the questions are:

1. What is HTML?

It's a markup language that defines how to handle and display the data that's passed by the user.

2. What is HTML used for?

Mostly, for displaying websites.

3. Why are we learning HTML?

We need to build a interface where the user or ourselfes can communicate with the blockchain. 

4. What is an HTML tag?

A tag is a element in the HTML script which has several use-cases like make letters bold or italic, create links or embedd pictures.

5. What is the structure of an HTML tag?

It has a name and attributes. A start and a end. <> and </> or <>.

6. What is an attribute?

A attribute can "enchance" a HTML tag with additional functions.

6. What is the anatomy of an HTML document?

There is a header and a body. Above the header you can define some meta data like the coding (like UTF-8, ...), the background color, etc.

Thanks and cheers

1. What is HTML?

HTML stands for HyperTextMarkupLanguage and is the markup language of the web. HTML is used to create a skeleton of the webpage in which all of the logic, stylistic, and interactive elements of the page can be added, but these elements are written in other languages. The language consists of a variety of different tags that tell the browser how to render the data or elements housed within the tags. HTML is NOT a programming language because alone the language cannot cannot convey logic, it is only used to structure web tools. Not program them.

2. What is HTML used for?

HTML is used for web development, and what the browser reads to render a webpage.

3. Why are we learning HTML?

We are learning HTML bc it is the foundational language of the internet, without which the other coding practices we learn would be much less useful.

4. What is an HTML tag?

An HTML tag is the foundation of the Markup Language and is used to define elements. All elements are enclosed by a pair of tags at their beginning and end.

5. What is the structure of an HTML tag?

Every tag follows this format with the italicized parts changing to fit the specific use of the particular tag:

<p>This is the Content of the Tag</p>

6. What is an attribute?

An attribute contains extra info about a particular HTML element that you wouldn’t want to have show up in the actual content. See following example where the bolded portion is the attribute and it’s value is found bolded AND italicized:

Bitcoin is now $100,000

7. What is the anatomy of an HTML document?

The following example it’s anatomy, which will always begin with tag, followed by tag and then the tag with it’s enclosed data, closure of head tag, and then the body tag. All the above tags MUST closed in the order they were opened. See below as reference:

My test page My test image
  1. Hyper Text Markup Language
  2. HTML is used for structuring elements on a page and how they appear.
  3. Because HTML is required to develop simple “front end” websites which will link in with “back end” smart contracts.
  4. HTML tag is an identifier. For example it can identify a web page element as a paragraph.
  5. The structure of an html tag is made up of an opening tag<> and a closing tag </>. with the content in between. For example a paragraph tag would be

    This is a pararaph

    .
  6. An Attribute is used when an element has extra information related to it but is hidden from the viewer.
    7.<! DOCTYPE html> - In the early days of web development this was used as a set of links to the rules of a good html page. It is not used for this purpose now but is still required as it is considered good practice to include the doctype.
- This is the html element and it wraps all the content on the page. - This is the head element and is used as a container to show keywords and page descriptions etc but is not shown as content visible by the viewer. - This element wraps the body of content which is visible to the web page viewer. - This element sets the character set your document should use to UTF-8, this includes most characters from the vast majority of human 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. - This element sets the title of the page, which will appear in the browser tab. It is also used to describe the page when you bookmark it.
  1. A Markup Language
    2.used to structure a web page and organize content
    3.to have UI to connect to the blockchain
    4.elements that determine the behavior or appearance of a tag
    5.opening tag, content ,closing tag
    6.Attributes add extra info on the tag not to appear in the content
    7.head&body

1 Is Hypertext Markup Language but is not really a programming language is a Markup language.
2 HTML give structure to the web page formatting the web content.
3 WE are learning HTML to understand how web pages are structure and to develop our own pages. Is more to comprehend how the web pages are inside.
4 the tags are symbols use wrap the element
5 the structure is form by tags that indicate start and finish of different elements
The content is what is show in the web
And the attributes are the attributes of the content
You can also put elements inside another element so called, Nesting
Example

Hello,
1.What is HTML?
HTML stands for Hyper Text Markup Language and it defines the structure of the content of a web page

2.What is HTML used for?
It is used to structure a web page and it’s content so it is shown the way you would like it to be in a browser.

3.Why are we learning HTML?
To be able to create and struture web pages on our own.

4.What is an HTML tag?
HTML consists of a series of elements that are used to make the content of the web page to appear or act in a certain way. The content that we want to affect is enclosed between 2 HTML tags called the opening tag and the closing tag. Those tags are varied and each of them have a different function that will affect in a certain way the content enclosed.

5.What is the structure of an HTML tag?
An HTML tag is composed of an opening tag and a closing tag. The opening tag consists of the name of the element wrapped in opening and closing angle brackets this states where the element begins or starts to take effect. The closing tag 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 end of the paragraph is

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?
“!DOCTYPE html” – the doctype is really just a historical artifact that needs to be included for everything to work right
“html /html” — the “” element. This element wraps all the content on the entire page, and is sometimes known as the root element.
“head /head” — the 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 like keywords or page description or title, page formatting etc…
“body /body” — the 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, etc…

I may be very late.

  1. HTML stands for Hypertext Markup Language (not a programming language)
  2. HTML used for creating web contents in a structured manner.
  3. We learn HTML as it is the foundation of web content creation, which will be utilized with javascript. Since smart contracts interfaced through websites, learning web content creation is essential.
  4. Tag is used to begin/end and define the type of the content. In other words it defines the element.
  5. Ex:

    paragraph

    . <> is opening tag which marks the opening of the element and </> is the closing tag which marks the closing of the element.
  6. Attributes are used to add extra details to the element and content such as text style, size,etc. They don’t appear in the website or web content.
  7. It starts with the html opening tag (root element) that contains all other sub elements, and ends with html closing tag. - all the information you want to show in the search results. title of your page the content to be shown once you visit the web page

What is HTML?
Hypertext Markup Language
What is HTML Used for ?
It is the method by which you move around on the web — by clicking on special text called hyperlinks which bring you to the next page. The fact that it is hyper just means it is not linear — i.e. you can go to any place on the Internet whenever you want by clicking on links — there is no set order to do things in.
Why are we learning HTML?
To Understand and create an interface front end that will interact with a backend Smart contract’s
What is an HTML tag?
An Identifier to allow and interaction within the browser on how to process the contents of a HTML element this in turn lets the browser to interpret the contents of an HTML element.
What is the structure of an HTML tag?
HTML elements are the building blocks of HTML pages. HTML elements are represented by tags.
What is an attribute?
A piece of information which determines the properties of a field or tag in a database or a string of characters in a display.
What is the anatomy of an HTML document?
Lots of Individual Markup Language statements combined to form a structure of processes to produce an entire HTML page

What is HTML?
Mark-Up language used to design web pages.

What is HTML used for?
Design websites

Why are we learning HTML?
Give us a framework to learn programming languages.

What is an HTML tag?
Rule for including content within an element.

What is the structure of an HTML tag?
Open and Close content or attribute.

What is an attribute?
An image or link within the webpage with descriptions (alt)

What is the anatomy of an HTML document?
Specific tags that set rules for HTML.

  1. What is HTML used for?
    A markup language that defines the structure of the content. A series of elements used to wrap different parts of the content to make it appear a certain or act a certain way.

  2. What is HTML used for?
    A code used to structure a webpage and its content.

  3. Why are we learning HTML?
    To give us a basic understanding of web content creation.

  4. What is an HTML Tag?
    A tag customizes the content.

  5. What is the structure of an HTML tag?
    The structure of a tag starts with an “opening tag” using an “angle bracket” and ends with a “closing tag” also using an angle bracket and a forward slash.

  6. What is an attribute?
    Attributes contain extra information about the element that don’t appear in the actual content.

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

  1. HTML (or Hypertext Markup language) is code used to give structure to content on a webpage and its content.
  2. HTML is used to create order and present your content on a webpage.
    3.It is important to learn HTML as it can assist in making UI for apps that communicate with blockchain technologies.
    4.A HTML tag is information given to the compiler to judge how that said piece of content is shown within your webpage,
    5.it begins with and opening tag, followed usually by an attribute then with a closing tag
  3. An attribute is a piece of code that allows you to apply style instructions of the webpage on any piece of content project wide.
  4. A HTML page begins with the HTML tag followed by the tag where the information that is not shown about your webpage is stored. lastly there is the body where all your on page content lies, this is what people will be able to see when viewing your webpage.
  1. HTML is Hyper Text Markup Language.
  2. HTML is used by browsers to manage website content.
  3. HTML can be very important for smart contracts dev. In future many websites will be using blockchains.
  4. HTML tag is basic element of HTML
  5. Tag should start from angle bracket and closed by angle bracket and a forward slash.
  6. Attributes help us add value to tags: such as color, size etc
  7. Web sides anatomy is based on 2 most important tags: where we can write informations for web browser is a part where we can project how our website will be look like

How Much CSS is required before getting dirty of JS. I am starting from Scratch did HTML in the last few weeks and doing a bit of CSS at the moment. Tomorrow I am planing to read JS assignment and do my first homework. I have been watching several videos though,

What is HTML?

Hypertext Markup Language.

What is HTML used for?

It instructs the browser what elements and attributes to mark up or display.

Why are we learning HTML?

Because smart contracts need a nice pretty intuitive web interface to interact with the smart contract.

What is an HTML tag?

Tags are used to to tell the browser what and where content is beginning and ending. Could be text or images.

What is the structure of an HTML tag? < html > < /html > no spaces after the opening.

What is an attribute?

Attributes contain information that is not to be displayed in the actual content. They have an attribute “name” and attribute “value”.

What is the anatomy of an HTML document?

HTML instructs the browser where each element is and what is in each element and how to display it on the screen.