- HTML is a markup language, actually code
- It’s used to structure your website
- To create user friendly webpages
- Used to open and close an element
- content </name of element>
- An attribute is extra information of an element that we don’t want to put in the content itself
- It means how the elements are combined to form a entire structured web page
-
Hypertext Markup Language is a type of code.
-
Used to give instructions to the website interfaceso that it knows what to display. i.e. the contentand the format of the content.
-
In order to interact with the contract on the blockchain it’s necessary to have a user interface.
Learning HTML will allow us to build this interface. -
An instruction of some kind.
-
< tag>
-
Attributes contain extra information that is hiddenwhen displayed on the website. Attributes consist of a name and value (class=“editor-note”). Always a spacealways name + = + " + value + "
-
An element encloses a line of instruction. This consistsof an opening tag, content, and a closing tag. Tags are wrapped in .
Elements must be inside or outside each other and not overlap.
Anatomy consists of:
Doctype
HTML encompassing everything
HEAD contains a bunch of information about the page
but is not visible. Title included here.
BODY Content shown to the user.
Metacharset loads lots of characters from languages
TITLE For browser tab/reference.
alttext describes what is within the image
src finds the image file.
1 HTML is a markup Language that defines the structure of your content. It is used to structure a web page and its content.
2 HTML ensures the propper formatting of text or images, so the browser may display them as they intended to look.
3 We learning HTML so we can create a web page, wich ensures the proper formating of text or images.
4 HTML tag is what makes the browser recognise what type of content it has to show and in what way.
5 We start with an openning tag by typing: and close it with
6 Attributes contain extra information abaout the element that we dont want to appear in the actual content.
7 The anatomy of an HTML document is the head and the body of the document itself.
My cat is fat <img src=“images/firefox-icon.png“ alt=“My testing image“- Hyper text makeup language
- To allow website to display certain specific objects and to structure web page and its content.
- It allow us to create user friendly interface while interacting with the blockchain or any other content we create.
- Tag contains users specific instruction & contents allowing the instruction to be executed on the webpage
- <.Open Tag> content </Close Tag>
- Attribute contains extra information / instruction about the content but without appearing within the actual content
- HTML Doc should at least contains … to be considered as a functional page.
I am an absolute noobie, please correct me if i am wrong.
I just started this course today and i really enjoy the environment that Ivan is trying to create. I will try my best to learn and take in as much as i can.
Jo
HTML is hyper text markup language and is not a programing language, but a way of formatting text for web pages and other uses. We are learning HTML to be able to develop the front end of applications, i.e. the actual interaction between user and application. An HTML tag encloses informations and requires an end tag so that it does not become an empty element. An attribute is something added to an HTML element such as paragraph to define it in a certain way. An HTML document has <!Doctype HTML> at the top, tags to enclose HTML text, tags to enclose CSS, styling, etc, and to include all HTML elements.
- Hypertext Markup language
- For organizing content
- Its necessary to make a website which will then interact with a blockchain
- Instructions to structure the content
- Opening tag then content then a closing tag
- It will give your content extra features
- HTML, head, and body
- a markup language
- create the structure of a web page
- to be able to create our own web pages or to have more control/make updates to a current web page
- a set of characters that allows us to communicate with the markup language
- opening tag:
closing tag: < /tagName> - additional information you might want to add to an element
-
What is HTML? HTML stands for Hyper Text Markup Language. It is not a programming language as the name suggests but a markup language which is interpreted by web browsers.
-
What is HTML used for? HTML is used by browsers to display web pages. The elements HTML uses define how the information they contain should be laid out on the page.
-
Why are we learning HTML? So we will be able to build an application that interacts with the blockchain and our smart contracts.
-
What is an HTML tag? HTML tags enclose the information we wish to display on our web page and dictate to the browser how it should be displayed.
-
What is the structure of an HTML tag? Tags are the beginning and end parts of an element. The opening tag can contain extra information about the element, prior to the content itself. The closing tag comes after the content and signifies where the element finishes.
-
What is an attribute? Attributes tell the browser what extra information an element contains.
-
What is the anatomy of an HTML document? A HTML document is made up of a doctype element, which tells the browser how it should interpret the page. This is followed by a html element, which contains all the information related to the page. The head element contains information about the page that doesn’t get displayed to the user, and the body element contains all the information the user sees when viewing the web page.
- HTML stands for ‘Hypertext Markup Language’.
- It is used to structure content and its layout on a web page.
- It is considered foundational knowledge that will be useful when we set up a web page to interact with our smart contracts.
- A tag is used to indicate how a certain content, objects or elements of the page should be affected.
- Using brackets to open and enclose content; < > </>
- An attribute gives more detail on the element, but doesn’t appear in content shown to viewers.
- The very basic anatomy of an HTML document includes:
The Doctype, html element, head element and body element. Within these elements, other elements are included.
What is HTML?
HTML is SHELL if web page
What is HTML used for?
Organization and structuring of elements on web page
Why are we learning HTML?
This is the simplest application of the coding and the excellent basis for begining
What is an HTML tag?
defined character string that carries a certain function
What is the structure of an HTML tag?
Opening-Content-Cloasing, some tags dont have cloasing part
What is an attribute?
attributes more closely determine the specific tag and its properties (Still not CSS )
What is the anatomy of an HTML document?
- What is HTML? Hypertext markup language. Code used to structure a web page and it’s content.
- What is HTML used for? HTML is used to shape content in order for it to appear or act a certain way by using a series of elements which encloses or wraps different sections of content.
- Why are we learning HTML? We are learning HTML in order to structure a web page to display content according to the elements we set.
- What is an HTML tag? A HTML tag consists of opening and closing operations. They can be to determine a paragraph beginning and end, images, emphasize or highlight text, headers or web page, body etc.
- What is the structure of an HTML tag? The opening and closing operations wrapped around text or other content. For example a paragraph starts with
and ends with
. - What is an attribute? An attributes allow us to add other information to an element which doesn’t appear to the end user.
- What is the anatomy of an HTML document? A HTML document consists of;
- the doctype
- html element to wrap all of the web page content.
- head - container for information to include in web page that doesn’t appear to end user. Like keywords and page descriptions.
- body - contains all the content we want the end user to see. Text, images etc.
- meta charset utf-8 - sets document character set to handle the vast majority of human written languages.
- title - title of the page which appears in browser tab, also to describe the page.
[/quote]
What is HTML?
Hypertext Markup Language. It is not a programing language.
What is HTML used for?
It is a way to give structure to the content of a website and include hyperlinks
Why are we learning HTML?
In order to have a basic understanding of how the various elements of the website work on the lower level.
What is an HTML tag?
It is a way to give a property to the content it encloses
What is the structure of an HTML tag?
<“xxx” attribute>content<"/xxx">
-
starts with <“xxx”>
-
ends with <"/xxx">
-
content is visible to the viewer
-
attribute is not visible to the viewer
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> —> Just include this, no specific reason
-
“html” encloses the content of the entire webpage
-
“head” contains elements that cannot be viewed by the page viewer such as “meta” and title of page
-
“body” includes the content that is visible to the page viewer
-
What is HTML?
A markup language that can be interpreted by a browser -
What is HTML used for?
To build web pages -
Why are we learning HTML?
To build interfaces to interact with smart contracts -
What is an HTML tag?
An HTML tag specifiy the type of the element : paragraph, division etc… Each tag has a use case. -
What is the structure of an HTML tag?
There is the tag, some attributes (or not), and the content. -
What is an attribute? An attribute provide some additionnal informations about the element
-
What is the anatomy of an HTML document?
html tag : the root element
head tag : meta information about the page
body tag : the content of the page
Why we are learning HTML.
It does not matter whatever programming languages (C#, PHP etc…) you use to develop a website, ultimately all your code gets converted into HTML before sending it to your browser. Because HTML is the language of browser to render User Interface, and all applications need to have one interface to interact with users.
What is HTML?
Hypertext Markup Language (HTML) is a code but not a programming language.
What is HTML used for?
It’s a markup language used to format or structure content (e.g. text, links, data tables or images). Basic website design is a common use for HTML.
Why are we learning HTML?
Because a website is the interface for most users of a smart contract, we need to know how to create a suitable interface for our needs.
What is an HTML tag?
A tag is a marker to tell the browser where an element begins, a closing tag tells the browser where the element ends. An element is an opening and closing tags together with the the content in between.
What is the structure of an HTML tag?
<x>" or <x/>
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>" is an old school method for error / rule checking, it doesn’t serve that function any more but is essential to make the code work.
<html> </html> is the tag to show that everything in this tag is the page information. Sometimes called the root element.
<head></head> Information you want for the website but is not shown to the user. Example of this are keywords for search engines and a page description.
<body></body> All of the content you want to show the end users, images, text, audio video etc.
<meta charset=“utf-8”> This element give your website a massive set of characters to be able to use. The character set is known as UTF-8 and due to its range of characters, can prevent problems down the line.
<title> This sets the title that appears in the browser tab the page is loaded in. It is the same as the text used when you bookmark/favourite it a page.
Bonus answer: to show tags as plain text you replace the < with & lt; - (without the space) thank you google!
What is HTML?
HTML is markup language
What is HTML used for?
It is used to define the structure of content and let it appear in a certain way.
Why are we learning HTML?
To be able to present content on a webpage and make it accessible through a webbrowser
What is an HTML tag?
Tags are used for creating an element.
What is the structure of an HTML tag?
Tags consist of the name of the element and are wrapped with angle brackets. Between the opening tag and the closing tag the content is placed. the closing tag includes a forward slash before the element name. both tags and the content describe the element.
What is an attribute?
An attribute contains additional information, which should not be part of the content and is placed within the opening tab with the attribute name and the attribute value.
What is the anatomy of an HTML document?
the "!DOCTYPE html"
“html” element that wraps all the content on the entire page
“head” element contains information, which should not be part of the content
“body” element contains all the content that should be shown to the visitor
“meta charset” element sets the character type and avoids some problems
“title” sets the title on the page and what is shown on the browser tab
What is HTML?
is the code that is used to structure a web page and its content
What is HTML used for?
structure and define what the user can see on the webpage
Why are we learning HTML?
easy to programm
What is an HTML tag?
define the content of the webpage
What is the structure of an HTML tag?
opening tag and closing tag
What is an attribute?
Attributes contain extra information about the element
What is the anatomy of an HTML document?
the structure of the website: doctype, element, the element and more
- HTML stand for Hyper Text Markup Language
- HTML is markup language that is used to structure a web page and its content.
- To view anything on the internet we need a web page and HTML is used to make web pages on the internet viewable.
- HTML tag is used for creating html element and are surrounded by angle brackets
- HTML tag consist of Opening and Closing tag surrounded by angle brackets
- An attribute provide additional information about an element that you don’t want to appear in the actual content. Attribute usually come in name/value pairs.
- The anatomy of an HTML document combine all individual elements that form an entire HTML page
- HyperTest Markup Language (web page language)
- To structure a web page and its contents.
- The front end to view/connect Dapps.
4, Consists of an opening & closing. Tags are used to create elements (part of a web page) - Opening - Wrapped in opening & closing angle brackets. Closing - Same as opening, except it
includes a forward slash before element name. - Contain extra information about elements, that you don’t want to appear in the content.
- Where individual elements are combined to form an entire HTML page.
HTML stands for Hypertext Markup Language
HTML is used to structure the content of a web page
We are learning HTML to be able to understand the elements used in writing a code
HTML tag can be opening or closing in which an opening tag consists of the name of the element (in this case, p), wrapped in opening and closing angle brackets while closing tag is the same as the opening tag, except that it includes a forward slash before the element name.
The structure of an HTML tag is
for opening and for closing
Attribute contain extra information about the element that you don’t want to appear in the actual content.
Anatomy of HTML doc wraps up the basics of individual HTML elements which includes 6 elements