HTML Quotes
HTML: HTML Awesomeness Book
by
Gilad E. Tsur Mayer52 ratings, 3.31 average rating, 5 reviews
Open Preview
HTML Quotes
Showing 1-17 of 17
“img is a shorthand for image.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“ul tag, which means that we want our list to be “Unordered List”. And inside, we have li tag, which means “List Item”.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“Due to the
tag we can create a new line, push more our paragraph from each other, and even break our line of text in the middle of the sentence!”
― HTML: HTML Awesomeness Book
tag we can create a new line, push more our paragraph from each other, and even break our line of text in the middle of the sentence!”
― HTML: HTML Awesomeness Book
“Well, HTML ignores all new lines, spaces, and stuff like that.. For those kind of tasks, we have our paragraph tag. The paragraph tag represented by the letter p, and allow us to differentiate one paragraph from another.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“The almighty body element is where the rest of your code will be. This is where you will most often write.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“The head element is where your HTML stores all of its “settings.” This is where you can find all of the metadata, all of the titles, links, scripts, and styles.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“The html element summons all the other elements nested inside it.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“The !DOCTYPE declaration, defines what version of HTML we are using. All you need to know is that this tag is telling the browser the version of HTML you want to use. Just stick this in, and that's it.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“Type this in your text editor: What you see now, in its simplest form, is the example of HTML document.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“clearly my Robot is flirting with my car.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“If we will render the our browser, we will be witness to a horizontal line, thanks to the self-closing element of the hr tag. Note that the the element has no closing tag, only one tag. And instead of a forward slash before the hr, we have it after the hr.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“I like bananas, but only when it rains.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“right click on every website, and click on “View Source” option.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“Tags are things between open angle brackets “<” and closing angle brackets “>”.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“Well, when your user enters your page with their username and password, you send the server side the details that the user typed inside of your HTML and then the Server Side requests the details stored in the Database of this specific username, then it sends the name back into this pipeline, until it gets back to the HTML, and HTML presents it (and the CSS makes it look pretty)!”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
“HTML in charge of the structure of the page, and CSS is in charge of the design of it.”
― HTML: HTML Awesomeness Book
― HTML: HTML Awesomeness Book
