Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,830 members, 7,802,658 topics. Date: Friday, 19 April 2024 at 06:24 PM

Learn To Design Websites For Free Right Here - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Learn To Design Websites For Free Right Here (1096 Views)

We Design Websites , Affordable / I Design Websites & Blogs. Call For My Services : 08136125128 / We Design Websites (ponzi, Online Shopping, Bulk Sms) Etc.. (2) (3) (4)

(1) (Reply) (Go Down)

Learn To Design Websites For Free Right Here by profxtova(m): 2:23am On May 26, 2018
LEARN THE FUNDAMENTALS OF WEB DESIGN

Web Design

Web design encompasses many different skills and disciplines in the production and maintenance of websites.
The different areas of web design include web graphic design; interface design; authoring, including standardised code and proprietary software; user experience design; and search engine optimization.

Often many individuals will work in teams covering different aspects of the design process, although some designers will cover them all.

The term web design is normally used to describe the design process relating to the front-end (client side) design of a website including writing mark up.
Web design partially overlaps web engineering in the broader scope of web development.

Web designers are expected to have an awareness of usability and if their role involves creating mark up then they are also expected to be up to date with web accessibility guidelines.

To design a basic website, one should have a good knowledge of some basic programming languages.
HTML
CSS
Javascript.

Other languages would come into play in developing more complex websites.

Aside these programming languages, one can still develop a good website with a CMS < Content Management System>. This is a much simpler method for newbies who do not really know much about coding.

We would be looking at how to make use of the most popular CMS which is Wordpress.

Join the growing number of developers and share you views with newbies in the group.

click the link below to join whatsapp group for free:

I would keep you posted cool

Re: Learn To Design Websites For Free Right Here by profxtova(m): 2:29am On May 26, 2018
Re: Learn To Design Websites For Free Right Here by profxtova(m): 3:09am On May 26, 2018
After trying severally fo insert the group url for you guys and it just wasnt working, i came up with the image below........

Carefully type the url on your browser and you would be automatically directed to the group

Re: Learn To Design Websites For Free Right Here by profxtova(m): 7:35am On May 26, 2018
We would be taking the languages step by step....

We would be starting from HTML
Re: Learn To Design Websites For Free Right Here by profxtova(m): 7:37am On May 26, 2018
Introduction
HTML (Hypertext Markup Language) uses a markup system composed of elements which represent specific
content. Markup means that with HTML you declare what is presented to a viewer, not how it is presented. Visual
representations are defined by Cascading Style Sheets (CSS) and realized by browsers. Still existing elements that
allow for such, like e.g. font, "are entirely obsolete, and must not be used by authors"[1].
HTML is sometimes called a programming language but it has no logic, so is a markup language. HTML tags
provide semantic meaning and machine-readability to the content in the page.
An element usually consists of an opening tag (<element_name>wink, a closing tag (</element_name>wink, which contain the
element's name surrounded by angle brackets, and the content in between:
<element_name>...content...</element_name>
There are some HTML elements that don't have a closing tag or any contents. These are called void elements. Void
elements include <img>, <meta>, <link> and <input>.
Element names can be thought of as descriptive keywords for the content they contain, such as video, audio,
table, footer.
A HTML page may consist of potentially hundreds of elements which are then read by a web browser, interpreted
and rendered into human readable or audible content on the screen.
For this document it is important to note the difference between elements and tags:
Elements: video, audio, table, footer
Tags: <video>, <audio>, <table>, <footer>, </html>, </body>
Element insight
Let's break down a tag...
The <p> tag represents a common paragraph.
Elements commonly have an opening tag and a closing tag. The opening tag contaibrackets (<p>wink. The closing tag is identical to the opening tag with the addition of a forward slash (/) between the
opening bracket and the element's name (</p>wink.
Content can then go between these two tags: <p>This is a simple paragraph.</p>.
Creating a simple page
The following HTML example creates a simple "Hello World" web page.
HTML files can be created using any text editor. The files must be saved with a .html or .htm[2] extension in order
to be recognized as HTML files.
Once created, this file can be opened in any web browser.

Re: Learn To Design Websites For Free Right Here by profxtova(m): 7:46am On May 26, 2018
feel free to ask any question with respect to what we have cover so far.

to get the group link, you can chat me up on whatsapp as well
Re: Learn To Design Websites For Free Right Here by bularvz: 8:43am On May 26, 2018
The link doesn't match any group
Re: Learn To Design Websites For Free Right Here by profxtova(m): 10:24am On May 26, 2018
bularvz:
The link doesn't match any group

nairaland policies wont let d link appear in full.....
copy the whatsapp url on the white image
or chat me up on whatsapp to get the group link
Re: Learn To Design Websites For Free Right Here by profxtova(m): 3:09pm On May 26, 2018
Doctypes
Doctypes - short for 'document type' - help browsers to understand the version of HTML the document is written in
for better interpretability. Doctype declarations are not HTML tags and belong at the very top of a document. This
topic explains the structure and declaration of various doctypes in HTML.

: Adding the Doctype

The <!DOCTYPE> declaration should always be included at the top of the HTML document, before the <html> tag.
Version ≥ 5

See HTML 5 Doctype for details on the HTML 5 Doctype.
<!DOCTYPE html>

HTML 5 Doctype
HTML5 is not based on SGML (Standard Generalized Markup Language), and therefore does not require a reference
to a DTD (Document Type Definition).
HTML 5 Doctype declaration:

<!DOCTYPE html>
Case Insensitivity
Per the W3.org HTML 5 DOCTYPE Spec:
A DOCTYPE must consist of the following components, in this order:
1. A string that is an ASCII case-insensitive match for the string "<!DOCTYPE".
Re: Learn To Design Websites For Free Right Here by scave(m): 1:14pm On Sep 26, 2019
I need INTERNSHIP in web development, I have learn little HTML, CSS, JAVASCRIPT, and php linking with SQL, but I need exposure with like Advance mind To learn. Watching videos reduce my morale a little. I need physical practical learning environment. If you can help I will b grateful, I am tired teaching job, I need personal development.

1 Like

Re: Learn To Design Websites For Free Right Here by profxtova(m): 10:20am On Sep 27, 2019
scave:
I need INTERNSHIP in web development, I have learn little HTML, CSS, JAVASCRIPT, and php linking with SQL, but I need exposure with like Advance mind To learn. Watching videos reduce my morale a little. I need physical practical learning environment. If you can help I will b grateful, I am tired teaching job, I need personal development.

Drop ur Whatsapp contact let's see how we can work together
Re: Learn To Design Websites For Free Right Here by scave(m): 4:55pm On Sep 27, 2019
profxtova:

Drop ur Whatsapp contact let's see how we can work together
Zero 81 three 532 seven O 8 7
Thanks
Re: Learn To Design Websites For Free Right Here by Tajio5: 11:07am On Dec 18, 2021
<a href="https://masterbundles.com/t-shirt-template-design-bundles/"><img src="hhttps://masterbundles.com/wp-content/uploads/edd/2021/06/4-50-Dragon-_-Snake-Artwork-Illustration-Bundle.png" height="500" width="300" /></a>

<a href="https://masterbundles.com/best-art-deco-pattern/"><img>https://masterbundles.com/wp-content/uploads/2021/06/9-Art-Deco-Pattern.png</img></a>
Re: Learn To Design Websites For Free Right Here by ciousca(m): 1:21am On Dec 20, 2021
I started web designing and this is one of the first projects I am working on https://biztraction.biz, I would appreciate some feedback.

(1) (Reply)

Request Any Codecanyon Or Paid Plugin And Wordpress Premium Theme / Download Latest Seekhype Wordpress Theme / Constructive Criticisms Are Welcome

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 28
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.