HTML Reading Assignment

  1. hypertext markup language
  2. it is use to structure a web page and it’s content. Basic building block of creating websites.
  3. so I can make the other programming and coding do something I can see. test smart contracts. see the JavaScript work. gives me a user interface to work with and see operate the back end.
  4. a tag creates an element. tags start the process of defining what will happen with some content or reference.
  5. opening tag

    attribute > content and closing tag if needed.

  6. extra information about the element that you do not want to show.
  7. The anatomy of an HTML doc is the basic tags that start, define, identify, contain and end a page. and then closing tags.
  1. What is HTML?
    Hypertext Markup Language, the code language that is used to male web pages. A markup language is one that is distinguishable from text. It is not a programming language.

  2. What is HTML used for?
    HTML is used for structuring webpages, formatting text and linking pages.

  3. Why are we learning HTML?
    HTML is a fundamental skill that allows us to communicate on the internet.

  4. What is an HTML tag?
    An HTML tag indicates where an HTML element is used.

  5. What is the structure of an HTML tag?
    It is defined by the use of an opening tag which features opening and closing angle brackets, followed by content and a closing of the element by a closing tag which features an opening angled bracket followed by a blackslah, followed by the closing angle bracket.

  6. What is an attribute?
    An attribute allows the author to mark specific sections with a name so that they may alter all the instances simultaneously, with the option of using multiple elements. Attributes should always have a space between them and the element or previous attribute, an equal sign following the attribute name, and the attribute value wrapped by opening and closing quotation marks.

  7. What is the anatomy of an HTML document?
    HTML documents feature elements and nested HTML elements.
    DOCTYPE html: A required preamble that links to a set of rules to ensure that a document behaves correctly.
    html: The root element in which others are nested.
    head: contains metadata such as keywords and page description that is not visible on the page, but may appear in search results.
    meta Charset=”utf-8”: defines the character set.
    title: States the title of your page which appears in a browser tab.
    body: Contains the content of the page.

  1. Html is a markup language.
  2. Html is used to define structure on a webpage
  3. We are learning html because it is web 1.0 and the simplest form of the internet coding.
  4. An Html tag is the opening and closing of a command for example

    would signal the beginning and end of a paragraph.
    5 The structure of the html tag is the opening of the tag, the tag command and the closing of the tag
    6 an attribute is a part of the code written in for the developer to come back and implement a certain action or design later but is not seen by the end viewer
    7 the anatomy of an html document is :
    <!doctypehtml>
"homework html ivan tech academy" "my homework assignment" "i hope this is all correct coding

[quote=“ivan, post:1, topic:3055”]

  • What is HTML? A= Hypertext markup language
  • What is HTML used for? A= To structure and format text readable to a browser
  • Why are we learning HTML? A= to gain an understanding of how to structure the front end ie. a webpage so that we can go on to learn how to integrate this with a blockchain smart contract
  • What is an HTML tag? A= Is a hidden command which tells the browser what to do with the content
  • What is the structure of an HTML tag? A= a tag has to open and close eg

  • What is an attribute? A= An attribute adds extra information that you don’t want to be seen as actual content
  • What is the anatomy of an HTML document?
    A= mainly a header and a body
  1. What is HTML?
    Hyper Text Markup Language

  2. What is HTML used for?
    It is the code that is used to structure a web page and its content. It is not a programming language, it is a markup language that defines the structure of your content.

  3. Why are we learning HTML?
    Because it is the basic language used for websites on the internet. HTML is the front part of our two part application (the back end is the smart contract, Javascript. We have to have an understanding of how HTML works in order to use Javascript.

  4. What is an HTML tag?
    The tag is one part of the HTML elements. This states where the element begins and starts.

  5. What is the structure of an HTML tag?
    You have an opening tag, which consists of the name of the element, wrapped in opening and closing angle brackets. Then you have the content next. Then the closing tag is next. It is the same as the opening tag, 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?
    It contains a doctype, a html element, a heading, a title and a body.

1. What is HTML?
HTML stands for Hyper Text Markup Language, and it is code used to structure a webpage.
2. What is HTML used for?
HTML is used for creating the structure of Web pages and their content. HTML is not a programming language but a markup languages that defines the structure of your content

  1. Why are we learning HTML?
    Because you need to be able to create a good front end to interact with the block chain in the background. HTML is important for anyone to learn, so that when you do build a Dapp, people can interact with it through a web page.

  2. What is an HTML tag?
    An HTML Tag is a command in a web page that tells the browser to do somethings. Tags are enclosed in <> signs.

  3. What is the structure of an HTML tag?
    The structure of an HTML tag is as follows. Opening tag

    Content

    Closing tag. All of this makes up the full element.
  4. What is an attribute?
    An attribute contains extra information about the element that you don’t want to appear in actual content. This is usually something like a class. You can add things in like editor notes

  5. What is the anatomy of an HTML document?
    The anatomy of an HTML document is as follows. You always want to start off with the document type like this <!DocType html>. Then you need to add the html element. . this element will wrap all content on the entire web page. Next is the head element. Like this this element is a container for all the stuff you want to include in the HTML document that is not content you are showing to page viewers. Things like keywords, and CSS, as well as character set declarations. Inside the head element you need to include the character deceleration. Usually this will be UTF-8 which includes most of the characters from written languages.It would look like this . After this you can include the title to your page inside the head element. . This is where you will set the title that appears in a browser tab the page is loaded in, as well as when the page is Favorited or bookmarked. Next you finished and close the head element and move onto the body element. The body element contains all the content you want to show the viewer, things like images, videos, games, text, audio tracks and much more.

  1. What is HTML?

Hyptertext markup language. Defines the structure/look and feel of website content.

  1. What is HTML used for?

For designing web pages

  1. Why are we learning HTML?

To understand how to build applications/DAPPs that interact with smart contracts. Connecting the “back end” to the “front end”.

  1. What is an HTML tag?

An HTML tag is a markup element to define the behaviour of elements.

  1. What is the structure of an HTML tag?

An opening tag is a specific character enclosed by < and > symbols
A closing tag is a specific character enclosed by < / and > symbols.
They define where an element begins and ends.

  1. What is an attribute?

An additional control element to define the content. It consists of the attribute name and attribute value.

  1. What is the anatomy of an HTML document?

The anatomy is the syntax and formal structure required to define the way individual elements are organised on a page.

  1. HTML stands for Hypertext Markup Language. It is the markup language used to design web pages.
  2. HTML is used to design and edit web pages.
  3. We are learning HTML as a base layer. We are learning to build. Everything is on the web nowadays, if not it doesn’t exist for most people. It will help us implement and execute projects once we move on to advanced subject matter.
  4. A tag is a unique identifier for what we want to put on the page.
  5. content
  6. An attribute is an identifier used like a label that does not appear on the pafe.
X

What is HTML?

HTML (Hyper Text Markup Language) is the code that’s used to build webpages. It is called a markup language. It is the basic technology that’s used to define the structure of a webpage.

What is HTML used for?

It is used to define the structure of a webpage. With HTML we can define the content of the page as different elements.

Why are we learning HTML?

Because its the basic of websites, and Dapps is not just the smart contract but also the user interface. So a website is most likely ro be a part of the whole Dapp.

What is an HTML tag?

The tags in HTML defines the beggining and ending of an element.

What is the structure of an HTML tag?

<>
Or
< X >
For the beggining

And for the ending
</>
Or
< /X >

In full

What is an attribute?

An attribute is extra info about the element that comes before the content and doesnt appear as part of the content.

What is the anatomy of an HTML document?

The anatomy of HTML document is as follows:

Doctype ?
Html - root element that envelopes the content of the page
Head - all the stuff thats on the page but not visible as the page content
meta charset=“utf-8” - defines type of characters to use that pretty much all charachters and used languages should be in it
Title - the title of the page ( not the content, as we can see its before the end if head)
Body - the visible content! Finally :slight_smile:

  1. What is HTML?
    Hypertext markup language

  2. What is HTML used for?
    For designing and structure websites

  3. Why are we learning HTML?
    Because for having a entry point for users to the back end (e.g. our smart contract) we need a front end and that could be a website.

  4. What is an HTML tag?
    There are different tags and we need them to define how content should be shown by the browser

  5. What is the structure of an HTML tag?
    An opener <.> and than closing </.>

  6. What is an attribute?
    Additional information within an element

  7. What is the anatomy of an HTML document?
    There is a structure with certain elements like head, body, etc.

1 Like
  1. What is HTML?
    a. A markup language

  2. What is HTML used for?
    a. Define the structure of content

  3. Why are we learning HTML?
    a. An easy intro to programming languages

  4. What is an HTML tag?
    a. Enclosed by angle brackets, denotes start or end of element

  5. What is the structure of an HTML tag?
    a. Opening angle bracket, if (closing tag), then /, else none, letter, closing angle bracket

  6. What is an attribute?
    a. Add extra info to an element, inside a tag.

  7. What is the anatomy of an HTML document?
    a. Doctype
    b. html tag
    c. head
    d. meta charset
    e. title
    f. body

1 Like
  1. HTML is the markup language used to make the content on a page appear a certain way.

  2. HTML is used for arranging the content on a page.

  3. We are learning HTML in order to learn to basics and build from there using java script.

  4. An HTML tag is the command that makes the content appear a certain way.

  5. The HTML tag is comprised of an opening tag, the content and a closing tag.

  6. An attribute contains extra information that does not appear in the content.

  7. An HTML document contains all the elements, tags and content that make up the page.

1 Like

Html is Hypertext Markup Language its is used to provide the structure of the web page.

its uses include controlling the appearance (layout, spacing, text and font) and action items such as links

What is html tag? start and stop points of an element which contains structure of html tag and the tagged content <>content</> the tag are encasing the content
the entire part is called an element

What is an attribute? gives the element an identifier for future targeting it is wrapped in quote “*” and followed by an equal sign= . Here is where information will be contained that will not appear in the content

the anatomy of an html starts with
the type of document
then you will have
html element the start and end tags for the entire document or page
followed by
head element, the items that will be in the site but not the main content, (page discriptions, character set declarations, the title is included but a separate nested element)

then you get to the
which is main content body element of the html web site

so yeah that wraps it all up into nice package

1 Like

What is HTML?

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 (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?

I believe this is the most basic form of programming. It will provide the necessary skills to build a website that can interact with a smart contract. ( Basically baby steps and understanding the basics from the beginning)

What is an HTML tag?

Tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.

What is the structure of an HTML tag?

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.

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

What is an attribute?

Attributes contain extra information about the element that you don’t want to appear in the actual content. Here, class is the attribute name and editor-note is the attribute value . The class attribute allows you to give the element an identifier that can be used later to target the element with style information and other things.

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.

What is the anatomy of an HTML document?

It is how individual elements are combined to form an entire HTML page.

1 Like

1, Hypertext Mark up Ledger.
2, It is a mark up language(code) that defines the structure of your content on a web page.
3, It will enable us to create correct ways for people to be directed to projects, websites etc that we may be involved in in the future.
4, It defines the opening and closing of the content and is part of the element.
5, the opening starts with the closing is constructed as
6, It is extra information about the element that you don’t want to appear in the content.
7, the doctype, the html element, the head element, char set, title and body.

1 Like

1.What is HTML?
HTML (Hypertext Markup Language) it is a markup language that defines the structure of your content.
2.What is HTML used for?
Is the code that is used to structure a web page and its content
3.Why are we learning HTML?
A website is written in HTML and what we will use to connect to smart contracts.
4.What is an HTML tag?
A tag is an element which allows us to create information which will display on the website.
5.What is the structure of an HTML tag?
a.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.
b.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.
c.The content: This is the content of the element, which in this case, is just text.
d.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
7.What is the anatomy of an HTML document?
a. — 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.
b. — the element. This element wraps all the content on the entire page and is sometimes known as the root element.
c. — 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. 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.
d. — 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.
e. — the 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/favorite it.
f. — 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, games, playable audio tracks or whatever else.

1 Like
  1. The Hypertext Markup Language is a code used to structure a webpage and its content. It allows to build static webpages.
  2. It defines the webpage structure and over it we will be able to add many different kinds of elements and applications. It provides a back-end. It also allows a better interaction of our webpage with search engines. SEO.
  3. To build our own projects in blockchain we need, at least, simple webpage able to interact with it.
  4. It is the instruction that creates an element. It opens and closes it. < p> < /p> in text elements for example.
  5. opening tag, content, closing tag. All this makes an element.
  6. Attributes contain extra information about the element that won’t appear as a content. For example it can be used to identify elements.
  7. Space added for better view.
    “< !DOCTYPE html> Required preambuled that nowadays don’t has any specific use. -years ago were meant to act as link to a set of rules.
    < html> _Is what wraps all the content of the entire webpage.
    < head> container for the information that won’t be presented as a content for the viewers. It’s includes references for SEO tools such us keywords.
    < meta charset=“utf-8”> It sets the character of your document.
    < title> 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> Where appears all the content.”
1 Like

Thought I’d post this after lots of experimenting. Having so much fun .

1 Like

What is HTML?
Hypertext markup language
What is HTML used for?
All webpages are written using HTML, it provides the basic structure and formating of text and images
Why are we learning HTML?
It’s like learning the alphabet in any other language. Without understanding HTML you will have fundamental problems understanding more advanced code.
What is an HTML tag?
An instruction given to the web browser that the page indeed is written using HTML. It’s called a root element
What is the structure of an HTML tag?
An identifier for your web broweser
What is an attribute?
Additional information about a webpage-element you want to effect your element but not to be visible on the webpage
What is the anatomy of an HTML document?
WITHOUT the initial spacing but there to not mess up the html on the forum :smiley:

< !DOCTYPE html> The doctype
< html>< /html> Root element
< head>< /head> contains all the code you want to act as guidelines for your and not to be seen in your content. Storing code in the can significally clean up the code in your
< meta charset=“utf-8”> Determines the charachter set for your document, this particular charset contains most characters from the vast majority of written languages
< title>< /title> webpage name
< body>< /body> Webpage content

1 Like
  1. HTML ( Hyper text Markup Language) is not a programing language it is a markup language.

  2. HTML is used to build websites.

  3. So that we can build websites on the blockchain.

  4. “Tags” are used to inclose things in HTML.

  5. In HTML there is a opening tag, the content, then the closeing tag.

  6. Anttributes are information that you do not want to go in the actual content.

  7. The anatomy is like this:

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