October 26, 2015 11:12 am
Published by Gerard Millares
Introduction Are you ready to learn how to develop professional websites? Fantastic. There’s a lot that you need to learn about HTML links, so let’s dive in. HTML pages are hypertext pages that contain hyperlinks—that enable people to navigate between...
Read More
October 24, 2015 9:34 am
Published by Gerard Millares
How to Use Link Styles in HTML Pages In this training, we are going to learn about link styles. Now, you might be thinking, “This sounds fantastic, but why are link styles important for your web page?” Well, your readers...
Read More
October 23, 2015 11:02 am
Published by Gerard Millares
How to Use In-Page Links in A Web Site In this training, we’ll wrap the discussion on how you can use the In-page links in your website. By the end of the class, you’ll not only learn the significance of...
Read More
October 14, 2015 8:57 am
Published by Gerard Millares
When we are talking about web pages, one of the first things that come to our mind is all the images we see on the internet. Be it a sports star, a Hollywood celebrity or a big politician, pictures of...
Read More
October 12, 2015 8:32 am
Published by Gerard Millares
Talking of inline elements, there is one specific HTML tag that is used extensively in applications no matter big or small, to connect the different pages to each other. No prizes for guessing that we are referring to the anchor...
Read More
October 10, 2015 8:10 am
Published by Gerard Millares
Having talked in length about the block level elements in a previous blog post, we will now discuss about the other types of elements in HTML, namely, the inline elements. The biggest characteristic of an inline HTML element is that,...
Read More
October 9, 2015 4:00 am
Published by Gerard Millares
INTRODUCTION HTML5 technologies are the latest version of Hyper Text Mark Up Language (HTML), which has been made official by the World Wide Web Consortium (W3C) to be the new standards for the Internet and the future of both personal...
Read More
October 8, 2015 6:58 am
Published by Gerard Millares
Have you ever visited a webpage that has large chunk of text on display with all the content grouped into different sections? How did you feel about scrolling through all that pile of text before you reach the section that...
Read More
October 6, 2015 6:40 am
Published by Gerard Millares
In one of our earlier blog posts, it was mentioned that there are separate HTML elements or tags to include a line break of an extra space between the texts. Well, now is the time that we introduce you to...
Read More
October 4, 2015 9:34 am
Published by Gerard Millares
An HTML document comprises of elements that define the functionalities of the web page and decide its operations and the characteristics that it will possess. HTML elements are of two different types, namely, block level elements and inline elements. In...
Read More