mike-kane / dsc-enterprise-deloitte-ws-researching-html-elements-deloitte-onl-webscrape-102819

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Researching HTML Elements

Introduction

When writing HTML you might encounter tags that are new to you. When searching for technical help, you have to be careful about which sources you trust. This is a skill you will build over time but you'll get an overview of some good practices here.

Objectives

You will be able to:

  • Use search engines as resources to find information
  • Compare multiple resources to find the best source

Use Search Engines as Resources to Find Information

Let's say in your research, you come across an unfamiliar HTML element like <samp>. You can google samp html element, and you will find an endless list of results to choose from. Sometimes resources can be outdated, biased, or inaccurate. It's important to filter through the results to find the best one.

Observe And Identify Relevant Information

Your instinct might be to open the first result. You should be pickier. Sometimes the result has "gamed" the search engine and unfairly influenced the ranking. It's recommended that you open the top five results and review them critically.

It's also advisable to trust sites that are affiliated with building or defining the technologies more than blogs or other resources. In the HTML world, the Mozilla Developer Network (MDN) is an extremely trustworthy site. In fact, it's likely the best HTML and CSS documentation source on the internet.

Compare Multiple Resources To Find The Best Source

If you go back to the search results, you'll see that the first result, in this case, is W3schools. A site, like W3schools, for example, can be used as an additional resource for garnering understanding. It even includes interactive examples, creating a sandbox environment for experimentation.

In this case, between MDN and W3schools, you should get a good sense of how to use the <samp> element.

Summary

The web is a constantly evolving entity. As we build more ambitious products or learn from our collective needs and mistakes, the industry will continually update the HTML specifications.

Researching referencing documentation can be scary at first, but it's a primary skill for data scientists. Don't be afraid to practice technical searches. It's a skill that you will get better at with practice.

Most importantly, don't feel like not knowing everything by heart means you can't be a data scientist. The greatest data scientists we know are constantly admitting what they don't know, finding the latest news, using the answer they found and moving on.

About

License:Other


Languages

Language:Jupyter Notebook 100.0%